diff --git a/README.md b/README.md index 604a05ea..c3350bb5 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ 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/HgVkDGD.png) +![Screenshot of Home View](https://i.imgur.com/Exz32fr.png) +![Screenshot of Lights](https://i.imgur.com/rPm5wgJ.png) +![Screenshot of Info](https://i.imgur.com/jKGpJVo.png) #Todo List diff --git a/group/views.yaml b/group/views.yaml index 3eb30e6c..285253c6 100755 --- a/group/views.yaml +++ b/group/views.yaml @@ -4,7 +4,7 @@ default_view: icon: mdi:home entities: - persistent_notification.update_available - - group.home_mode + - group.home_modes - group.family - group.weather - group.amps @@ -23,6 +23,7 @@ Lights: view: yes icon: mdi:lightbulb entities: + - group.home_modes - group.amps - group.holiday - group.Bedroom @@ -40,6 +41,7 @@ Info: icon: mdi:settings entities: - group.family + - group.home_modes - group.network - group.sensors - sun.sun