Updates including wind alerts from Pirate Weather

This commit is contained in:
CCOSTAN
2023-10-02 18:55:06 +00:00
parent d4c5a40f3c
commit 3dbf300e1b
12 changed files with 35 additions and 25 deletions

View File

@@ -34,6 +34,8 @@ automation:
entity_id:
- person.carlo
- person.stacey
- person.paige
- person.justin
from: 'not_home'
to: 'home'
@@ -41,6 +43,8 @@ automation:
entity_id:
- person.carlo
- person.stacey
- person.paige
- person.justin
to: 'not_home'
from: 'home'

View File

@@ -4,6 +4,7 @@
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Changing the way we call these routines.. no longer using routines.. using custom commands via ALEXA Media Player.
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/366
# Noon No longer supported.
#-------------------------------------------
##################################################
@@ -11,13 +12,13 @@
## Called in the AWAY / interior_off script to shut all devices down.
##################################################
script:
noon_lights_off:
alias: 'Bathroom Noon Lights Off'
sequence:
# script:
# noon_lights_off:
# alias: 'Bathroom Noon Lights Off'
# sequence:
- service: media_player.play_media
data:
entity_id: media_player.master_bathroom
media_content_id: 'turn off bathroom lights'
media_content_type: custom
# - service: media_player.play_media
# data:
# entity_id: media_player.master_bathroom
# media_content_id: 'turn off bathroom lights'
# media_content_type: custom