diff --git a/customize/homeassistant.yaml b/customize/homeassistant.yaml index b94e980d..c4cf3328 100755 --- a/customize/homeassistant.yaml +++ b/customize/homeassistant.yaml @@ -25,4 +25,6 @@ group.all_lights: group.all_switches: hidden: false +group.all_automations: + hidden: false \ No newline at end of file diff --git a/group/views.yaml b/group/views.yaml index c73ea62e..3eb30e6c 100755 --- a/group/views.yaml +++ b/group/views.yaml @@ -6,6 +6,7 @@ default_view: - persistent_notification.update_available - group.home_mode - group.family + - group.weather - group.amps - group.holiday - group.Bedroom @@ -22,9 +23,17 @@ Lights: view: yes icon: mdi:lightbulb entities: - - group.all_lights - - group.all_switches - - group.all_automations + - group.amps + - group.holiday + - group.Bedroom + - group.Kitchen + - group.Dinette + - group.living_room + - group.living_room_accents + - group.foyer + - group.upstairs + - group.den + - group.office Info: view: yes @@ -33,4 +42,8 @@ Info: - group.family - group.network - group.sensors + - sun.sun - group.weather + - group.all_lights + - group.all_switches + - group.all_automations