Rename functions to modules. Update README

This commit is contained in:
2020-03-08 14:40:28 +02:00
parent dac12b0e85
commit d46ca41362
7 changed files with 14 additions and 1 deletions
+36
View File
@@ -0,0 +1,36 @@
# https://www.home-assistant.io/integrations/light
# https://www.home-assistant.io/integrations/light.group/
light:
- platform: group
name: Living room main lights
entities:
- light.living_room_1
- light.living_room_2
- light.living_room_3
- light.living_room_4
- platform: group
name: Living room all lights
entities:
- light.living_room_main_lights
- light.pc
- platform: group
name: All lights
entities:
- light.living_room_all_lights
- light.bedside_light
homeassistant:
customize:
light.living_room_1:
friendly_name: Living room 1
light.living_room_2:
friendly_name: Living room 2
light.living_room_3:
friendly_name: Living room 3
light.living_room_4:
friendly_name: Living room 4