diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index 73b784e1..58797cf5 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -5,6 +5,8 @@ ################################### - alias: 'Sunset Stuff on' + id: d0db568c-0aa2-42cc-b5be-ba546e39b639 + mode: single trigger: - platform: sun event: sunset diff --git a/config/packages/cbyge.yaml b/config/packages/cbyge.yaml index f13054d4..ae2e0504 100755 --- a/config/packages/cbyge.yaml +++ b/config/packages/cbyge.yaml @@ -29,3 +29,12 @@ script: entity_id: media_player.paige_room media_content_id: paigelighton media_content_type: routine + + garage_lights_off: + alias: 'ALL Garage Lights Off' + sequence: + - service: media_player.play_media + data: + entity_id: media_player.kitchen + media_content_id: garagecbygeoff + media_content_type: routine diff --git a/config/packages/noonhome.yaml b/config/packages/noonhome.yaml index 0abb6132..3980aafc 100755 --- a/config/packages/noonhome.yaml +++ b/config/packages/noonhome.yaml @@ -1,5 +1,5 @@ #------------------------------------------- -# Noon Home Switches and Lights - https://amzn.to/30w3UWy - https://noonhome.com/products +# Noon Home Switches and Lights - https://amzn.to/3fOIPx6 # @CCOSTAN # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # These lights are only accessable via Alexa so going to use special Routines to control them. (Loosely) diff --git a/config/script/interior_off.yaml b/config/script/interior_off.yaml index 9516d39e..a80c100a 100755 --- a/config/script/interior_off.yaml +++ b/config/script/interior_off.yaml @@ -12,7 +12,8 @@ interior_off: - group.interior_lights - service: script.switch_turn_off_all - service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy) - - service: script.noon_lights_off # Noon Home Smart Lights (https://noonhome.com/products) + - service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy) + - service: script.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6) - service: media_player.turn_off entity_id: - group.media_players