More ID and Mode updates
This commit is contained in:
parent
224734347a
commit
1de81b6e20
|
@ -5,6 +5,8 @@
|
|||
###################################
|
||||
|
||||
- alias: 'Sunset Stuff on'
|
||||
id: d0db568c-0aa2-42cc-b5be-ba546e39b639
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunset
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue