mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-03 19:41:47 +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.
34 lines
1.2 KiB
YAML
Executable File
34 lines
1.2 KiB
YAML
Executable File
#-------------------------------------------
|
|
# @CCOSTAN
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# C by GE Lights - Voice control routines via Alexa Media Player.
|
|
#-------------------------------------------
|
|
######################################################################
|
|
## Manage C by GE/GE Cync lights/outlets. https://amzn.to/30w3UWy
|
|
######################################################################
|
|
# Moving routines to custom Alexa commands (see issue #812).
|
|
|
|
##################################################
|
|
## Scripts
|
|
## Called in the AWAY script to shut all devices down.
|
|
##################################################
|
|
|
|
script:
|
|
paige_lights_off:
|
|
alias: 'Paige ALL Lights Off'
|
|
sequence:
|
|
- service: media_player.play_media
|
|
data:
|
|
entity_id: media_player.garage
|
|
media_content_id: 'turn off paige bed'
|
|
media_content_type: custom
|
|
|
|
paige_lights_on:
|
|
alias: 'Paige Lights On - Just Overhead'
|
|
sequence:
|
|
- service: media_player.play_media
|
|
data:
|
|
entity_id: media_player.garage
|
|
media_content_id: paigelighton
|
|
media_content_type: routine
|