diff --git a/customize/homeassistant.yaml b/customize/homeassistant.yaml index 1e1c516a..caf2f1cf 100755 --- a/customize/homeassistant.yaml +++ b/customize/homeassistant.yaml @@ -17,4 +17,10 @@ input_boolean.guest_mode: icon: mdi:account-alert group.home_modes: - friendly_name: 'Home Modes' \ No newline at end of file + friendly_name: 'Home Modes' + +group.all_lights: + hidden: false + +group.all_switches: + hidden: false diff --git a/group/views.yaml b/group/views.yaml index 17940ca2..efdaddb5 100755 --- a/group/views.yaml +++ b/group/views.yaml @@ -1,11 +1,13 @@ Lights: view: yes + icon: mdi:lightbulb entities: - group.all_lights - group.all_switches Info: view: yes + icon: mdi:settings entities: - group.family - group.devices