Added light groups, removed unused Google TTS entry

This commit is contained in:
2022-01-02 16:40:51 -05:00
parent 26b66d847f
commit c25d532b54

View File

@ -6,10 +6,6 @@ homeassistant:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
@ -31,6 +27,38 @@ media_player:
'com.amazon.avod':
- 'standby'
light:
- platform: group
name: Living Room Lights
entities:
- light.living_room_overhead_1
- light.living_room_overhead_2
- platform: group
name: Master Bedroom Lights
entities:
- light.master_bedroom_front
- light.master_bedroom_side
- platform: group
name: Basement Lights
entities:
- light.basement_stairwell
- light.basement_tall_lamp
- light.basement_short_lamp
- platform: group
name: First Floor Lights
entities:
- light.living_room_overhead_1
- light.living_room_overhead_2
- light.mud_room_overhead
- platform: group
name: Second Floor Lights
entities:
- light.master_bedroom_front
- light.master_bedroom_side
- light.hallway_overhead
- light.kallen_bedroom_light
- light.nursery_light
frontend:
themes: !include_dir_merge_named themes
extra_module_url: