diff --git a/README.md b/README.md index 7fefcdb7..047b12b2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/configuration.yaml b/configuration.yaml index f4fc27e6..d4a736d1 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -152,4 +152,5 @@ weather: !include weather.yaml counter: !include counter.yaml scene: !include scenes.yaml timer: !include timer.yaml -tplink: !include tplink.yaml \ No newline at end of file +tplink: !include tplink.yaml +yeelight: !include yeelight.yaml \ No newline at end of file diff --git a/www/fold-entity-row.js b/www/fold-entity-row.js index 62503ec8..317b4f5f 100644 --- a/www/fold-entity-row.js +++ b/www/fold-entity-row.js @@ -1,4 +1,5 @@ customElements.whenDefined('card-tools').then(() => { +let cardTools = customElements.get('card-tools'); class FoldEntityRow extends cardTools.LitElement { static get properties() { diff --git a/www/plantuml/homeassistant-architecture.puml b/www/plantuml/homeassistant-architecture.puml index c007f486..aeead6ba 100644 --- a/www/plantuml/homeassistant-architecture.puml +++ b/www/plantuml/homeassistant-architecture.puml @@ -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") @@ -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") diff --git a/yeelight.yaml b/yeelight.yaml new file mode 100644 index 00000000..a977d920 --- /dev/null +++ b/yeelight.yaml @@ -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 \ No newline at end of file