From c25d532b54c7d6f16c2a1c056a05195e7ee6bd2c Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 2 Jan 2022 16:40:51 -0500 Subject: [PATCH] Added light groups, removed unused Google TTS entry --- configuration.yaml | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 03f7f65..30ec280 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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: