mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-03-03 04:01:32 +00:00
More ID and Mode updates
This commit is contained in:
parent
224734347a
commit
1de81b6e20
config
@ -5,6 +5,8 @@
|
|||||||
###################################
|
###################################
|
||||||
|
|
||||||
- alias: 'Sunset Stuff on'
|
- alias: 'Sunset Stuff on'
|
||||||
|
id: d0db568c-0aa2-42cc-b5be-ba546e39b639
|
||||||
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- platform: sun
|
- platform: sun
|
||||||
event: sunset
|
event: sunset
|
||||||
|
@ -29,3 +29,12 @@ script:
|
|||||||
entity_id: media_player.paige_room
|
entity_id: media_player.paige_room
|
||||||
media_content_id: paigelighton
|
media_content_id: paigelighton
|
||||||
media_content_type: routine
|
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
|
# @CCOSTAN
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# 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)
|
# 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
|
- group.interior_lights
|
||||||
- service: script.switch_turn_off_all
|
- service: script.switch_turn_off_all
|
||||||
- service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
|
- 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
|
- service: media_player.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
- group.media_players
|
- group.media_players
|
||||||
|
Loading…
x
Reference in New Issue
Block a user