diff --git a/README.md b/README.md index 188f3a14..211067e2 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt * (IFTTT) Blink Office lights 15 minutes before ANY meeting on my calendar (using IFTTT) * (IFTTT) Stop watering grass via Rachio if winds are greater than 20 MPH. -![Screenshot of Dashboards](https://i.imgur.com/HyriksZ.png) +![Screenshot of Dashboards](https://i.imgur.com/HgVkDGD.png) #Todo List diff --git a/customize/homeassistant.yaml b/customize/homeassistant.yaml index c14f09d7..909f62f9 100755 --- a/customize/homeassistant.yaml +++ b/customize/homeassistant.yaml @@ -10,4 +10,7 @@ sensor.badlogin: input_boolean.guest_mode: friendly_name: 'Guest Mode' - icon: mdi:account-alert \ No newline at end of file + icon: mdi:account-alert + +group.home_modes: + friendly_name: 'Home Modes' \ No newline at end of file diff --git a/group/lights.yaml b/group/lights.yaml index 18c80218..287c8cb8 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -34,7 +34,7 @@ Dinette: Den: entities: - - light.front_office_lamp + - light.den_lamp Foyer: entities: diff --git a/group/scene.yaml b/group/scene.yaml index 8bbf364a..6e3de083 100755 --- a/group/scene.yaml +++ b/group/scene.yaml @@ -1,4 +1,4 @@ -Home_Mode: +home_modes: entities: + - input_boolean.guest_mode - scene.living_room_tv_time - - input_boolean.guest_mode \ No newline at end of file