From 3df4ef4d90bc047b4a56f60b255db415906205cc Mon Sep 17 00:00:00 2001 From: ccostan Date: Sun, 19 Jul 2020 17:09:28 -0400 Subject: [PATCH] clear --- config/automation/tv_time_on_and_off.yaml | 6 ++++-- config/packages/cbyge.yaml | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100755 config/packages/cbyge.yaml diff --git a/config/automation/tv_time_on_and_off.yaml b/config/automation/tv_time_on_and_off.yaml index 00897922..ad46686c 100755 --- a/config/automation/tv_time_on_and_off.yaml +++ b/config/automation/tv_time_on_and_off.yaml @@ -1,8 +1,11 @@ ###################################################################### -## TV Time at sunset or 8pm. Whichever is later. +# @CCOSTAN +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# TV Time at sunset or 8pm. Whichever is later. ###################################################################### - alias: TV Time + id: 6e59d312-661f-40da-bb08-416f2e86b566 trigger: - platform: state entity_id: input_boolean.TV_time @@ -15,7 +18,6 @@ - platform: state entity_id: media_player.living_room_ultra to: 'playing' - from: 'idle' - platform: time at: '20:00:00' diff --git a/config/packages/cbyge.yaml b/config/packages/cbyge.yaml new file mode 100755 index 00000000..c9b9630f --- /dev/null +++ b/config/packages/cbyge.yaml @@ -0,0 +1,21 @@ +#------------------------------------------- +# C by GE Lights - https://amzn.to/30w3UWy +# @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) +#------------------------------------------- + +################################################## +## Scripts +################################################## + +script: + paige_lights_off: + alias: 'Paige Lights Off' + id: 02cd5dfb-ef38-4d00-9c62-0d0b16a62d31 + sequence: + - service: media_player.play_media + data: + entity_id: media_player.upstairs + media_content_id: paigelightoff + media_content_type: routine