Skip to content

Commit

Permalink
update to 0.91.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Apr 13, 2019
1 parent a003890 commit 502c764
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ version: '2.1'
services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:0.90.2
image: homeassistant/home-assistant:0.91.3
volumes:
- /home/admin/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
Expand Down
3 changes: 2 additions & 1 deletion configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,5 @@ weather: !include weather.yaml
counter: !include counter.yaml
scene: !include scenes.yaml
timer: !include timer.yaml
tplink: !include tplink.yaml
tplink: !include tplink.yaml
yeelight: !include yeelight.yaml
1 change: 1 addition & 0 deletions www/fold-entity-row.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
customElements.whenDefined('card-tools').then(() => {
let cardTools = customElements.get('card-tools');
class FoldEntityRow extends cardTools.LitElement {

static get properties() {
Expand Down
4 changes: 2 additions & 2 deletions www/plantuml/homeassistant-architecture.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
LAYOUT_LEFT_RIGHT

package "HP Microserver Gen10" {
Container(homeassistant, "homeassistant/home-assistant:0.90.2", "Homeassistant")
Container(homeassistant, "homeassistant/home-assistant:0.91.3", "Homeassistant")
Container(find3, "https://github.com/schollz/find3", "FIND3")
Container(mqtt, "eclipse-mosquitto:latest", "Mosquitto")
Container(facerec_service, "eifinger/face_recognition:latest", "Facerecognition")
Expand All @@ -28,7 +28,7 @@ System(xiaomiVacuum, "Xiaomi Vacuum Gen1")
System(androidWebcam, "2x Android Webcam")
System(yeelight, "7x Yeelight")
System(denon, "Denon AVR")
System(thermostat, "3x Thermostat")
System(thermostat, "4x Thermostat")

package "8x ESP8266" {
Container(tasmota, "https://github.com/arendst/Sonoff-Tasmota", "Tasmota")
Expand Down
16 changes: 16 additions & 0 deletions yeelight.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
devices:
!secret bedroom_yeelight_ip:
name: Bedroom_Yeelight
transition: 1000
!secret stairs_lower_yeelight_ip:
name: stairs_lower_yeelight
transition: 1000
!secret reading_lamp_yeelight_ip:
name: reading_lamp_yeelight
transition: 1000
!secret upper_stairs_yeelight_ip:
name: upper_stairs_yeelight
!secret livingroom_yeelight_ip:
name: livingroom_yeelight
!secret lower_bathroom_yeelight_ip:
name: lower_bathroom_yeelight

0 comments on commit 502c764

Please sign in to comment.