mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-03 11:31:42 +00:00
- Updated comments in various YAML configuration files to provide clearer descriptions of functionalities and integrations. - Improved documentation for alarm, alexa_media_player, backups, blink, cbyge, climate, finance, fridge, garadget, glances, hass_agent_homepc, holiday, ios, landscape_lighting, lightning, logger, medicine, nfc_tags, noonhome, office_motion, phynplus, powerwall, printer, processmonitor, proxmox, rachio, rheem_econet, roku, sleepiq, space, speedtest, stats, superbowl, vacuum, wireless, and youtube packages. - Added relevant links and issue references where applicable to enhance user guidance and support.
26 lines
1009 B
YAML
Executable File
26 lines
1009 B
YAML
Executable File
#-------------------------------------------
|
|
# @CCOSTAN
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# Noon Home - Switch and light routines via Alexa Media Player.
|
|
#-------------------------------------------
|
|
######################################################################
|
|
## Noon Home lighting controls (legacy hardware). https://amzn.to/3fOIPx6
|
|
######################################################################
|
|
# Routines now use custom Alexa commands (issue #366). Noon no longer supported.
|
|
|
|
##################################################
|
|
## Scripts
|
|
## Called in the AWAY / interior_off script to shut all devices down.
|
|
##################################################
|
|
|
|
# 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
|