diff --git a/config/automation/Speech/door_opened.yaml b/config/automation/Speech/door_opened.yaml index ded16028..ce28c6fb 100755 --- a/config/automation/Speech/door_opened.yaml +++ b/config/automation/Speech/door_opened.yaml @@ -1,5 +1,11 @@ ###################################################################### -## Door Open Announcements +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Door Open Announcements - Home Assistant automation behavior. +# Defines the Door Open Announcements triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - alias: 'Door Opened' id: 18b09251-ea05-46c6-b14f-e7996cc40e89 diff --git a/config/automation/Speech/locator.yaml b/config/automation/Speech/locator.yaml index 92a0d99b..2720b8de 100755 --- a/config/automation/Speech/locator.yaml +++ b/config/automation/Speech/locator.yaml @@ -1,14 +1,17 @@ -#------------------------------------------- -# Locator Automation -# Description: Announces the location of all family members when triggered -# -# Features: -# - Triggered by input_boolean.locator (for Alexa integration) -# - Uses speech_engine script to announce where everyone is -# - Designed for use with Alexa ("Alexa, turn on locator") -# -# Follow me on https://www.vcloudinfo.com/click-here -#------------------------------------------- +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Locator Automation - Announces the location of all family members when triggered. +# Defines the Locator Automation triggers, conditions, and actions. +# ------------------------------------------------------------------- +# Notes: Announces the location of all family members when triggered +# Notes: Features: +# Notes: - Triggered by input_boolean.locator (for Alexa integration) +# Notes: - Uses speech_engine script to announce where everyone is +# Notes: - Designed for use with Alexa ("Alexa, turn on locator") +###################################################################### - alias: 'Locator' id: locator-announcement-001 mode: single diff --git a/config/automation/Speech/new_device.yaml b/config/automation/Speech/new_device.yaml index 3e4802e4..19973ebc 100755 --- a/config/automation/Speech/new_device.yaml +++ b/config/automation/Speech/new_device.yaml @@ -1,7 +1,12 @@ -############################################################################## -### New Device has connected to the network. let everyone know. -############################################################################## - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# New Device has connected to the network. let everyone know - Home Assistant automation behavior. +# Defines the New Device has connected to the network. let everyone know triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: "New device connected" id: 5620418d-baaf-4d1f-bf22-8c094b4a53b2 trigger: diff --git a/config/automation/System/CucKoo_Clock.yaml b/config/automation/System/CucKoo_Clock.yaml index b13fc8f5..effe7bcf 100755 --- a/config/automation/System/CucKoo_Clock.yaml +++ b/config/automation/System/CucKoo_Clock.yaml @@ -1,10 +1,13 @@ -##################################################################### -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -## Plays the number of cuckoos per hour and 1 on the half hour. -# More Info and Video: https://www.vcloudinfo.com/2017/11/building-digital-cuckoo-clock-with-home.html -##################################################################### - +# ------------------------------------------------------------------- +# Plays the number of cuckoos per hour and 1 on the half hour - Home Assistant automation behavior. +# Defines the Plays the number of cuckoos per hour and 1 on the half hour triggers, conditions, and actions. +# ------------------------------------------------------------------- +# Notes: More Info and Video: https://www.vcloudinfo.com/2017/11/building-digital-cuckoo-clock-with-home.html +###################################################################### - alias: Cuckoo Clock id: 33dcd8e2-e87c-4d18-82bc-c7f9b53a1624 mode: restart diff --git a/config/automation/System/detect_and_adjust_lights.yaml b/config/automation/System/detect_and_adjust_lights.yaml index 585bbdaf..87cc2334 100755 --- a/config/automation/System/detect_and_adjust_lights.yaml +++ b/config/automation/System/detect_and_adjust_lights.yaml @@ -1,9 +1,12 @@ -############################################################################## -### Detect when lights are turned on and adjust them accordingly based on time. -### Code by @JesseWebDotCom -## @CCOSTAN -## Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -############################################################################## +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Detect when lights are turned on and adjust them accordingly based on time - Code by @JesseWebDotCom. +# Defines the Detect when lights are turned on and adjust them accordingly based on time triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: detect lights and adjust the brightness when turned on based on time id: 844b6be0-3ba3-4f8a-bbcd-a5ec5abdb88a mode: parallel diff --git a/config/automation/System/door_chime.yaml b/config/automation/System/door_chime.yaml index 3c4a0281..2f255f80 100755 --- a/config/automation/System/door_chime.yaml +++ b/config/automation/System/door_chime.yaml @@ -1,8 +1,12 @@ -################################### -## @CCOSTAN -## Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Door Chime Automation - Home Assistant automation behavior. +# Defines the Door Chime Automation triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: Door mode: queued id: ae0fb37b-67cf-48a4-a609-999d44272e90 diff --git a/config/automation/System/watchdog_light.yaml b/config/automation/System/watchdog_light.yaml index d96da75e..c2ba744a 100755 --- a/config/automation/System/watchdog_light.yaml +++ b/config/automation/System/watchdog_light.yaml @@ -1,7 +1,12 @@ -############################################################################## -### Detect when things are on and forgotten about. Like any Good Watchdog. -############################################################################## - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Detect when things are on and forgotten about. Like any Good Watchdog - Home Assistant automation behavior. +# Defines the Detect when things are on and forgotten about. Like any Good Watchdog triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: Automated Light WatchDog! id: 57a921ca-6009-46e7-9ba6-699eee6cf733 trigger: diff --git a/config/automation/Timed_Triggers/0830.yaml b/config/automation/Timed_Triggers/0830.yaml index 3a992860..5d996c48 100755 --- a/config/automation/Timed_Triggers/0830.yaml +++ b/config/automation/Timed_Triggers/0830.yaml @@ -1,10 +1,13 @@ ###################################################################### -## Automation for 07:00 AM Daily Tasks -## https://www.vcloudinfo.com/click-here -## This automation handles actions to be performed at 8:30 AM, -## typically related to the family's morning routine. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Automation for 07:00 AM Daily Tasks - This automation handles actions to be performed at 8:30 AM,. +# Defines the Automation for 07:00 AM Daily Tasks triggers, conditions, and actions. +# ------------------------------------------------------------------- +# Notes: typically related to the family's morning routine ###################################################################### - - alias: 'Kids 830' id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b mode: single diff --git a/config/automation/Timed_Triggers/2200.yaml b/config/automation/Timed_Triggers/2200.yaml index d845c835..29fa2006 100755 --- a/config/automation/Timed_Triggers/2200.yaml +++ b/config/automation/Timed_Triggers/2200.yaml @@ -1,10 +1,12 @@ ###################################################################### -## Automation for 10:00 PM tasks -## -## This automation handles various actions that need to occur at 10 PM. -## For more information, visit: https://www.vcloudinfo.com/click-here +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Automation for 10:00 PM tasks - This automation handles various actions that need to occur at 10 PM. +# Defines the Automation for 10:00 PM tasks triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - - alias: 'Shut down AMP in Living room' id: 3b41321c-8242-4cf5-9a93-b2b7aeeb8ea0 trigger: diff --git a/config/automation/Timed_Triggers/night_watchdog.yaml b/config/automation/Timed_Triggers/night_watchdog.yaml index e453afaf..05174443 100755 --- a/config/automation/Timed_Triggers/night_watchdog.yaml +++ b/config/automation/Timed_Triggers/night_watchdog.yaml @@ -1,7 +1,12 @@ ###################################################################### -## Stuff that needs to happen after 10pm. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Stuff that needs to happen after 10pm - Home Assistant automation behavior. +# Defines the Stuff that needs to happen after 10pm triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - - alias: Automated NIGHT WatchDog! id: 4ce973ea-b78a-4440-99d1-7f8eb4400eab trigger: diff --git a/config/automation/Timed_Triggers/sunrise_turn_off.yaml b/config/automation/Timed_Triggers/sunrise_turn_off.yaml index 3a6498a2..f113b63c 100755 --- a/config/automation/Timed_Triggers/sunrise_turn_off.yaml +++ b/config/automation/Timed_Triggers/sunrise_turn_off.yaml @@ -1,7 +1,12 @@ - ################################### -## Sunrise and Sunset stuff -################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Sunrise and Sunset stuff - Home Assistant automation behavior. +# Defines the Sunrise and Sunset stuff triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: 'Sunset Stuff off' id: 232b95e8-1354-4f63-8ae4-1063f300f2f0 mode: single diff --git a/config/automation/Timed_Triggers/wake_up.yaml b/config/automation/Timed_Triggers/wake_up.yaml index 634b4397..2cf73c43 100755 --- a/config/automation/Timed_Triggers/wake_up.yaml +++ b/config/automation/Timed_Triggers/wake_up.yaml @@ -1,7 +1,12 @@ ###################################################################### -## Stuff that needs to happen when we are both out of bed. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Stuff that needs to happen when we are both out of bed - Home Assistant automation behavior. +# Defines the Stuff that needs to happen when we are both out of bed triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - - alias: 'Time to wake up!' id: 16a3b9c5-1faa-410e-a7e1-249a9f861e07 trigger: @@ -31,4 +36,3 @@ entity_id: number.alarm_panel_1_screen_brightness data: value: 100 - \ No newline at end of file diff --git a/config/automation/away.yaml b/config/automation/away.yaml index 91c0a510..aa61a8d9 100755 --- a/config/automation/away.yaml +++ b/config/automation/away.yaml @@ -1,9 +1,12 @@ ###################################################################### -## Shut it all down. No one is here -# @CCOSTAN +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Shut it all down. No one is here - Home Assistant automation behavior. +# Defines the Shut it all down. No one is here triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - # Define an alias for this automation - alias: 'Away Mode' id: 712e845a-9d72-4993-b8af-890b167c807b diff --git a/config/automation/dash_buttons.yaml b/config/automation/dash_buttons.yaml index 69c4bca8..bee99207 100755 --- a/config/automation/dash_buttons.yaml +++ b/config/automation/dash_buttons.yaml @@ -1,7 +1,12 @@ -################################### -## Press an [Amazon Dash Buttons](https://amzn.to/2dPKZhM) and then stuff happens. -################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Press an [Amazon Dash Buttons](https://amzn.to/2dPKZhM) and then stuff happens - Home Assistant automation behavior. +# Defines the Press an [Amazon Dash Buttons](https://amzn.to/2dPKZhM) and then stuff happens triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: 'Toggle Office Light on/off' id: ff021afa-3f71-4296-a395-75a12fdc5df3 trigger: diff --git a/config/automation/flash_all.yaml b/config/automation/flash_all.yaml index 76cd3739..e0c6d5da 100755 --- a/config/automation/flash_all.yaml +++ b/config/automation/flash_all.yaml @@ -1,5 +1,11 @@ ###################################################################### -## Flash all the lights! +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Flash all the lights! - Home Assistant automation behavior. +# Defines the Flash all the lights! triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - alias: 'Flash all_lights' id: 704f77f4-dcb1-4c49-83c5-b499d9b8f678 diff --git a/config/automation/guard_dog.yaml b/config/automation/guard_dog.yaml index 130caae5..7a1d7af1 100755 --- a/config/automation/guard_dog.yaml +++ b/config/automation/guard_dog.yaml @@ -1,7 +1,12 @@ ###################################################################### -## Speak Max! Speak Max!! +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Speak Max! Speak Max!! - Home Assistant automation behavior. +# Defines the Speak Max! Speak Max!! triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - # Define an alias for this automation - alias: Guard Dog # Give the automation a unique ID @@ -31,4 +36,3 @@ - service: input_boolean.turn_off entity_id: input_boolean.guard_dog - \ No newline at end of file diff --git a/config/automation/home_flash.yaml b/config/automation/home_flash.yaml index f3fc3cc8..4257ef13 100755 --- a/config/automation/home_flash.yaml +++ b/config/automation/home_flash.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Home Flash Automation - Home Assistant automation behavior. +# Defines the Home Flash Automation triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: 'Home Flash' id: home-flash mode: restart diff --git a/config/automation/kitchen_lights_and_accents.yaml b/config/automation/kitchen_lights_and_accents.yaml index 88737cf0..a78ef7ec 100755 --- a/config/automation/kitchen_lights_and_accents.yaml +++ b/config/automation/kitchen_lights_and_accents.yaml @@ -1,9 +1,13 @@ -##################################################################################### -### If the Kitchen Lights go on for more than 10 minutes, turn off the accent lights -### connected to [Etekcity Outlets](https://amzn.to/2efNoBP) -## [433Mhz Transmitter and receiver](https://amzn.to/2dceNY2) -##################################################################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# If the Kitchen Lights go on for more than 10 minutes, turn off the accent lights - connected to [Etekcity Outlets](https://amzn.to/2efNoBP). +# Defines the If the Kitchen Lights go on for more than 10 minutes, turn off the accent lights triggers, conditions, and actions. +# ------------------------------------------------------------------- +# Notes: [433Mhz Transmitter and receiver](https://amzn.to/2dceNY2) +###################################################################### - alias: Kitchen lights on - Accent lights off id: 3810e522-be2c-45b5-9b9c-9f8639653cf2 trigger: diff --git a/config/automation/late_night_helper.yaml b/config/automation/late_night_helper.yaml index ad27ef0c..9b02f6d6 100755 --- a/config/automation/late_night_helper.yaml +++ b/config/automation/late_night_helper.yaml @@ -1,8 +1,12 @@ -################################### -## Late Night lights Section -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -################################### +# ------------------------------------------------------------------- +# Late Night lights Section - Home Assistant automation behavior. +# Defines the Late Night lights Section triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: 'Late Night Helper' id: acacc9b4-b66d-46d2-bf6d-47b75afddb57 trigger: diff --git a/config/automation/master_bath_accents.yaml b/config/automation/master_bath_accents.yaml index d87ec9ed..21f0ebe0 100755 --- a/config/automation/master_bath_accents.yaml +++ b/config/automation/master_bath_accents.yaml @@ -1,11 +1,15 @@ -##################################################################################### -### When we get out of bed at night, turn on the accent lights in the bathroom -## and then turn off the lights when we are back in bed. -## Also turn on the lights sunset comes. (but only if we are home) -### connected to [Etekcity Outlets](https://amzn.to/2efNoBP) -## [433Mhz Transmitter and receiver](https://amzn.to/2dceNY2) -##################################################################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# When we get out of bed at night, turn on the accent lights in the bathroom - and then turn off the lights when we are back in bed. +# Defines the When we get out of bed at night, turn on the accent lights in the bathroom triggers, conditions, and actions. +# ------------------------------------------------------------------- +# Notes: Also turn on the lights sunset comes. (but only if we are home) +# Notes: connected to [Etekcity Outlets](https://amzn.to/2efNoBP) +# Notes: [433Mhz Transmitter and receiver](https://amzn.to/2dceNY2) +###################################################################### - alias: Bedtime Accent Light id: 08fe7b86-7610-420a-8f4c-7adb86618900 trigger: diff --git a/config/automation/mealtime.yaml b/config/automation/mealtime.yaml index 618a3af4..f4a2ae2d 100755 --- a/config/automation/mealtime.yaml +++ b/config/automation/mealtime.yaml @@ -1,7 +1,12 @@ ###################################################################### -## Time to eat - Set it up! +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Time to eat - Set it up! - Home Assistant automation behavior. +# Defines the Time to eat - Set it up! triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - - alias: Meal Time id: f5cc7f8f-1608-4844-99a4-c927001be9de trigger: diff --git a/config/automation/medicine_logger.yaml b/config/automation/medicine_logger.yaml index e1e2fdbb..a7f5ea14 100755 --- a/config/automation/medicine_logger.yaml +++ b/config/automation/medicine_logger.yaml @@ -1,6 +1,12 @@ -################################### -## LOG Medicine -################################### +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# LOG Medicine - Home Assistant automation behavior. +# Defines the LOG Medicine triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### - alias: 'Log Medicine Activity' mode: single id: 5e250206-029e-42fb-993f-fc3f04760de3 diff --git a/config/automation/tv_time_on_and_off.yaml b/config/automation/tv_time_on_and_off.yaml index 960974ca..a20ce689 100755 --- a/config/automation/tv_time_on_and_off.yaml +++ b/config/automation/tv_time_on_and_off.yaml @@ -1,9 +1,13 @@ ###################################################################### -# config/automation/tv_time_on_and_off.yaml -# TV Time: soften house lights when living room media starts after 8pm/sunset. -# https://github.com/CCOSTAN/Home-AssistantConfig +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# config/automation/tv_time_on_and_off.yaml - TV Time: soften house lights when living room media starts after 8pm/sunset. +# Defines the config/automation/tv_time_on_and_off.yaml triggers, conditions, and actions. +# ------------------------------------------------------------------- +# Notes: https://github.com/CCOSTAN/Home-AssistantConfig ###################################################################### - - alias: TV Time id: 6e59d312-661f-40da-bb08-416f2e86b566 trigger: diff --git a/config/automation/upstairs_motion_ifttt.yaml b/config/automation/upstairs_motion_ifttt.yaml index 0b08d802..3e401dc2 100755 --- a/config/automation/upstairs_motion_ifttt.yaml +++ b/config/automation/upstairs_motion_ifttt.yaml @@ -1,8 +1,12 @@ -#------------------------------------------- -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Lighitng based on Nest Away status -#------------------------------------------- +# ------------------------------------------------------------------- +# Lighitng based on Nest Away status - Home Assistant automation behavior. +# Defines the Lighitng based on Nest Away status triggers, conditions, and actions. +# ------------------------------------------------------------------- +###################################################################### # Nest ThermoStat https://amzn.to/2eAhB1k # Uses the Nest thermostat to turn on lights and turn them off upstairs. diff --git a/config/automation/work.yaml b/config/automation/work.yaml index ba1efb27..57c300a9 100755 --- a/config/automation/work.yaml +++ b/config/automation/work.yaml @@ -1,7 +1,12 @@ ###################################################################### -## Time to work - Set it up! +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Time to work - Set it up! - Home Assistant automation behavior. +# Defines the Time to work - Set it up! triggers, conditions, and actions. +# ------------------------------------------------------------------- ###################################################################### - # Define an alias for this automation - alias: Time to Work # Give the automation a unique ID diff --git a/config/automations.yaml b/config/automations.yaml index b5d62a09..2b5b380c 100644 --- a/config/automations.yaml +++ b/config/automations.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Automations Home Assistant YAML - Home Assistant YAML configuration. +# Defines Home Assistant YAML configuration for Automations Home Assistant YAML. +# ------------------------------------------------------------------- +###################################################################### - id: '1606000509280' alias: Tag Test1 is scanned description: '' diff --git a/config/blueprints/automation/homeassistant/motion_light.yaml b/config/blueprints/automation/homeassistant/motion_light.yaml index 11900708..08ae3a9f 100644 --- a/config/blueprints/automation/homeassistant/motion_light.yaml +++ b/config/blueprints/automation/homeassistant/motion_light.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Motion Light Blueprint - reusable Home Assistant blueprint. +# Defines the reusable Motion Light Blueprint blueprint. +# ------------------------------------------------------------------- +###################################################################### blueprint: name: Motion-activated Light description: Turn on a light when motion is detected. diff --git a/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml b/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml index e072aad2..45f757a1 100644 --- a/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml +++ b/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Notify Leaving Zone Blueprint - reusable Home Assistant blueprint. +# Defines the reusable Notify Leaving Zone Blueprint blueprint. +# ------------------------------------------------------------------- +###################################################################### blueprint: name: Zone Notification description: Send a notification to a device when a person leaves a specific zone. diff --git a/config/blueprints/script/homeassistant/confirmable_notification.yaml b/config/blueprints/script/homeassistant/confirmable_notification.yaml index 0106a4e1..047e9443 100644 --- a/config/blueprints/script/homeassistant/confirmable_notification.yaml +++ b/config/blueprints/script/homeassistant/confirmable_notification.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Confirmable Notification Blueprint - reusable Home Assistant blueprint. +# Defines the reusable Confirmable Notification Blueprint blueprint. +# ------------------------------------------------------------------- +###################################################################### blueprint: name: Confirmable Notification description: >- diff --git a/config/blueprints/template/homeassistant/inverted_binary_sensor.yaml b/config/blueprints/template/homeassistant/inverted_binary_sensor.yaml index 5be18404..bcd74303 100644 --- a/config/blueprints/template/homeassistant/inverted_binary_sensor.yaml +++ b/config/blueprints/template/homeassistant/inverted_binary_sensor.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Inverted Binary Sensor Blueprint - reusable Home Assistant blueprint. +# Defines the reusable Inverted Binary Sensor Blueprint blueprint. +# ------------------------------------------------------------------- +###################################################################### blueprint: name: Invert a binary sensor description: Creates a binary_sensor which holds the inverted value of a reference binary_sensor diff --git a/config/group/Indoor_Outdoor.yaml b/config/group/Indoor_Outdoor.yaml index f1e1809d..7f856f88 100755 --- a/config/group/Indoor_Outdoor.yaml +++ b/config/group/Indoor_Outdoor.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Indoor Outdoor Group - Home Assistant entity grouping. +# Maintains grouped entities for Indoor Outdoor Group. +# ------------------------------------------------------------------- +###################################################################### Interior_Lights: entities: - group.master_bathroom_accents diff --git a/config/group/doors.yaml b/config/group/doors.yaml index 8464beb4..5a6319e9 100755 --- a/config/group/doors.yaml +++ b/config/group/doors.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Doors Group - Home Assistant entity grouping. +# Maintains grouped entities for Doors Group. +# ------------------------------------------------------------------- +###################################################################### doors: name: Doors entities: diff --git a/config/group/locks.yaml b/config/group/locks.yaml index 62ffde1e..21a54f10 100755 --- a/config/group/locks.yaml +++ b/config/group/locks.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Locks Group - Home Assistant entity grouping. +# Maintains grouped entities for Locks Group. +# ------------------------------------------------------------------- +###################################################################### locks: name: Locks entities: diff --git a/config/group/motion.yaml b/config/group/motion.yaml index f015d607..cab11821 100755 --- a/config/group/motion.yaml +++ b/config/group/motion.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Motion Group - Home Assistant entity grouping. +# Maintains grouped entities for Motion Group. +# ------------------------------------------------------------------- +###################################################################### motion: name: Motion Detectors entities: diff --git a/config/group/people.yaml b/config/group/people.yaml index fb705584..3ab109ec 100755 --- a/config/group/people.yaml +++ b/config/group/people.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# People Group - Home Assistant entity grouping. +# Maintains grouped entities for People Group. +# ------------------------------------------------------------------- +###################################################################### family: entities: - person.carlo diff --git a/config/input_boolean/hidden_booleans.yaml b/config/input_boolean/hidden_booleans.yaml index 1d561dec..08da1f5f 100755 --- a/config/input_boolean/hidden_booleans.yaml +++ b/config/input_boolean/hidden_booleans.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Hidden Booleans Input Boolean Helpers - Home Assistant input boolean helpers. +# Maintains input boolean helpers for Hidden Booleans Input Boolean Helpers. +# ------------------------------------------------------------------- +###################################################################### home_stats: name: Home Stats initial: off diff --git a/config/input_boolean/trigger_booleans.yaml b/config/input_boolean/trigger_booleans.yaml index 8f1850b9..a8184166 100755 --- a/config/input_boolean/trigger_booleans.yaml +++ b/config/input_boolean/trigger_booleans.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Trigger Booleans Input Boolean Helpers - Home Assistant input boolean helpers. +# Maintains input boolean helpers for Trigger Booleans Input Boolean Helpers. +# ------------------------------------------------------------------- +###################################################################### #triggers good_night: name: Good Night diff --git a/config/light_groups.yaml b/config/light_groups.yaml index 65183573..8a11dc90 100755 --- a/config/light_groups.yaml +++ b/config/light_groups.yaml @@ -1,17 +1,16 @@ -#------------------------------------------- -# Light Groups Configuration for Home Assistant -# -# Description: This file defines light groups for improved control and integration -# with voice assistants like Alexa and smart home platforms like HomeKit. -# Shows the groups as light.xxxx -# -# For more information and updates, visit: -# https://www.vcloudinfo.com/click-here -# -# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig -# Related Issue: https://github.com/CCOSTAN/Home-AssistantConfig/issues/764 -#------------------------------------------- - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Light Groups Configuration for Home Assistant - This file defines light groups for improved control and integration. +# Related Issue: 764 +# Defines Home Assistant YAML configuration for Light Groups Configuration for Home Assistant. +# ------------------------------------------------------------------- +# Notes: This file defines light groups for improved control and integration +# Notes: with voice assistants like Alexa and smart home platforms like HomeKit +# Notes: Shows the groups as light.xxxx +###################################################################### - platform: group name: Kitchen Lights entities: diff --git a/config/logger.yaml b/config/logger.yaml index 634636ef..95fbce9f 100755 --- a/config/logger.yaml +++ b/config/logger.yaml @@ -1,17 +1,17 @@ -#------------------------------------------- -# Logger Configuration for Home Assistant -# -# Description: This file controls the logging levels for various -# components of Home Assistant. You can filter log entries by -# adjusting the severity levels for each component. -# -# Log Severities (in order of increasing severity): -# notset, debug, info, warn, warning, error, fatal, critical -# -# Follow me on https://www.vcloudinfo.com/click-here -# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig -#------------------------------------------- - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Logger Configuration for Home Assistant - This file controls the logging levels for various. +# Defines Home Assistant YAML configuration for Logger Configuration for Home Assistant. +# ------------------------------------------------------------------- +# Notes: This file controls the logging levels for various +# Notes: components of Home Assistant. You can filter log entries by +# Notes: adjusting the severity levels for each component +# Notes: Log Severities (in order of increasing severity): +# Notes: notset, debug, info, warn, warning, error, fatal, critical +###################################################################### default: info logs: AIOGitHubAPI: error diff --git a/config/packages/august.yaml b/config/packages/august.yaml index 130c6ed4..527310d6 100755 --- a/config/packages/august.yaml +++ b/config/packages/august.yaml @@ -1,12 +1,13 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# August Smart Lock support for my Front Door - [August Smart Lock](https://amzn.to/2SKGVDk) with Home Assistant. -#------------------------------------------- ###################################################################### -## August Smart Lock - https://amzn.to/2SKGVDk +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# August Package - August Smart Lock - https://amzn.to/2SKGVDk. +# Centralizes the August package configuration and helpers. +# ------------------------------------------------------------------- +# Notes: August Smart Lock support for my Front Door - [August Smart Lock](https://amzn.to/2SKGVDk) with Home Assistant ###################################################################### - # Moved Authentication to UI Integrations # Added to the LOCK group # Added a check lock routine to the Briefing.yaml - Will check locks whenever there is a speech event. diff --git a/config/packages/blink.yaml b/config/packages/blink.yaml index 5e07f53a..76e43b34 100755 --- a/config/packages/blink.yaml +++ b/config/packages/blink.yaml @@ -1,13 +1,13 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Blink Cameras - Motion snapshots and alerts via Blink integration. -#------------------------------------------- ###################################################################### -## Blink camera monitoring and notifications. https://amzn.to/3lOYTCv +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Blink Cameras - Motion snapshots and alerts via Blink integration - Blink camera monitoring and notifications. https://amzn.to/3lOYTCv. +# Centralizes the Blink Cameras - Motion snapshots and alerts via Blink integration package configuration and helpers. +# ------------------------------------------------------------------- +# Notes: Automations ###################################################################### -### Automations -############################################################################## automation: - alias: 'Fridge Temp Watch' id: 2346efcd-e8a8-4e86-b5b6-43eBl1nkFr1dge95f diff --git a/config/packages/cbyge.yaml b/config/packages/cbyge.yaml index 61a43900..649a94f7 100755 --- a/config/packages/cbyge.yaml +++ b/config/packages/cbyge.yaml @@ -1,18 +1,15 @@ -#------------------------------------------- -# @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 +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# 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. +# Centralizes the C by GE Lights - Voice control routines via Alexa Media Player package configuration and helpers. +# ------------------------------------------------------------------- +# Notes: Moving routines to custom Alexa commands (see issue #812) +# Notes: Scripts +# Notes: Called in the AWAY script to shut all devices down ###################################################################### -# 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' diff --git a/config/packages/finance.yaml b/config/packages/finance.yaml index b32ae5ba..8b08ec17 100755 --- a/config/packages/finance.yaml +++ b/config/packages/finance.yaml @@ -1,23 +1,14 @@ -#------------------------------------------- -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- # Finance - Track stock prices via Yahoo Finance. -#------------------------------------------- -###################################################################### -## Finance tickers via yahoofinance. Docs: https://www.home-assistant.io/integrations/yahoofinance/ -###################################################################### -# Stocks Tracked: -# - Tesla (TSLA) -# - Apple (AAPL) -# - Amazon (AMZN) -# - Microsoft (MSFT) -# -# Update Interval: Every 4 hours -# -# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig +# Uses yahoofinance every 4 hours for TSLA, AAPL, AMZN, and MSFT. +# ------------------------------------------------------------------- +# Docs: https://www.home-assistant.io/integrations/yahoofinance/ # Blog Post: https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html -# Follow me on https://www.vcloudinfo.com/click-here -#------------------------------------------- +###################################################################### yahoofinance: scan_interval: @@ -27,4 +18,3 @@ yahoofinance: - AAPL - AMZN - MSFT - diff --git a/config/packages/fridge.yaml b/config/packages/fridge.yaml index fc241acb..44e70846 100644 --- a/config/packages/fridge.yaml +++ b/config/packages/fridge.yaml @@ -1,10 +1,11 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# LG Fridge - SmartThinQ appliance monitoring. -#------------------------------------------- ###################################################################### -## Fridge/freezer sensors via ThinQ integration. https://amzn.to/3lOYTCv +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# LG Fridge - SmartThinQ appliance monitoring - Fridge/freezer sensors via ThinQ integration. https://amzn.to/3lOYTCv. +# Centralizes the LG Fridge - SmartThinQ appliance monitoring package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### automation: - alias: 'Fridge Door Open' diff --git a/config/packages/holiday.yaml b/config/packages/holiday.yaml index 1442db4f..79f7c0cd 100755 --- a/config/packages/holiday.yaml +++ b/config/packages/holiday.yaml @@ -1,10 +1,11 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Holiday Package - Flag/holiday sensors and lighting triggers. -#------------------------------------------- ###################################################################### -## Holiday routines, notifications, and lighting tweaks. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Holiday Package - Flag/holiday sensors and lighting triggers - Holiday routines, notifications, and lighting tweaks. +# Centralizes the Holiday Package - Flag/holiday sensors and lighting triggers package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### # Video breakdown: https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html # Modified for my own fun stuff! diff --git a/config/packages/ios.yaml b/config/packages/ios.yaml index 7dd62526..b7f81722 100755 --- a/config/packages/ios.yaml +++ b/config/packages/ios.yaml @@ -1,10 +1,11 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# iOS Debugging - Notification helpers and app diagnostics. -#------------------------------------------- ###################################################################### -## iOS push config and troubleshooting helpers. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# iOS Debugging - Notification helpers and app diagnostics - iOS push config and troubleshooting helpers. +# Centralizes the iOS Debugging - Notification helpers and app diagnostics package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### # More info: https://github.com/CCOSTAN/Home-AssistantConfig/issues/780 | #168 diff --git a/config/packages/landscape_lighting.yaml b/config/packages/landscape_lighting.yaml index 979e026d..c78526ce 100755 --- a/config/packages/landscape_lighting.yaml +++ b/config/packages/landscape_lighting.yaml @@ -1,10 +1,11 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Landscape Lighting - Tuya Smart Life outlets for exterior lights. -#------------------------------------------- ###################################################################### -## Schedules and overrides for landscape lighting. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Landscape Lighting - Tuya Smart Life outlets for exterior lights - Schedules and overrides for landscape lighting. +# Centralizes the Landscape Lighting - Tuya Smart Life outlets for exterior lights package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### # Outlets managed via Smart_Life package. group: diff --git a/config/packages/medicine.yaml b/config/packages/medicine.yaml index 6395502e..f0182002 100755 --- a/config/packages/medicine.yaml +++ b/config/packages/medicine.yaml @@ -1,13 +1,12 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Medicine Reminders - Take medicine notifications. -#------------------------------------------- ###################################################################### -## Medication reminder timers and alerts. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Medicine Reminders - Take medicine notifications - Medication reminder timers and alerts. +# Centralizes the Medicine Reminders - Take medicine notifications package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### - - input_boolean: medicine: name: Medicine Reminder diff --git a/config/packages/nfc_tags.yaml b/config/packages/nfc_tags.yaml index a6931a43..3c3214bb 100755 --- a/config/packages/nfc_tags.yaml +++ b/config/packages/nfc_tags.yaml @@ -1,10 +1,11 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# NFC Tags - Trigger automations with NFC stickers. -#------------------------------------------- ###################################################################### -## NFC tag experiments and quick actions. https://amzn.to/3L7efQv +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# NFC Tags - Trigger automations with NFC stickers - NFC tag experiments and quick actions. https://amzn.to/3L7efQv. +# Centralizes the NFC Tags - Trigger automations with NFC stickers package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### automation: - alias: 'Toggle Office Lamp with NFC tag' diff --git a/config/packages/noonhome.yaml b/config/packages/noonhome.yaml index e5e941a6..dc21d99a 100755 --- a/config/packages/noonhome.yaml +++ b/config/packages/noonhome.yaml @@ -1,18 +1,15 @@ -#------------------------------------------- -# @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 +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# 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. +# Centralizes the Noon Home - Switch and light routines via Alexa Media Player package configuration and helpers. +# ------------------------------------------------------------------- +# Notes: Routines now use custom Alexa commands (issue #366). Noon no longer supported +# Notes: Scripts +# Notes: Called in the AWAY / interior_off script to shut all devices down ###################################################################### -# 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' diff --git a/config/packages/printer.yaml b/config/packages/printer.yaml index a571f9e5..ea49561a 100755 --- a/config/packages/printer.yaml +++ b/config/packages/printer.yaml @@ -1,16 +1,14 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Printer Watchdog - Monitor Epson ink and status. -#------------------------------------------- ###################################################################### -## Printer status sensors and health alerts. +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Printer Watchdog - Monitor Epson ink and status - Printer status sensors and health alerts. +# Centralizes the Printer Watchdog - Monitor Epson ink and status package configuration and helpers. +# ------------------------------------------------------------------- +# Notes: Inspired by https://community.home-assistant.io/t/epson-wf-3540-ink-level-monitoring/21813 +# Notes: Automations - Detect when things are not right. Like any Good Watchdog ###################################################################### -# Inspired by https://community.home-assistant.io/t/epson-wf-3540-ink-level-monitoring/21813 -############################################################################## -### Automations - Detect when things are not right. Like any Good Watchdog. -############################################################################## - automation: - alias: 'Printer Ink Alert' id: 6ef2a695-0b76-4eb5-b67c-2ff6f74f40b8 diff --git a/config/packages/rachio.yaml b/config/packages/rachio.yaml index cbbd65d5..cc2e1803 100755 --- a/config/packages/rachio.yaml +++ b/config/packages/rachio.yaml @@ -1,10 +1,11 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Rachio Sprinkler - Rain skips and seasonal scheduling. -#------------------------------------------- ###################################################################### -## Smart sprinkler controller via Rachio. https://amzn.to/2eoPKBW +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Rachio Sprinkler - Rain skips and seasonal scheduling - Smart sprinkler controller via Rachio. https://amzn.to/2eoPKBW. +# Centralizes the Rachio Sprinkler - Rain skips and seasonal scheduling package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### # # sensor: diff --git a/config/packages/roku.yaml b/config/packages/roku.yaml index 8e26b5a4..f308468d 100755 --- a/config/packages/roku.yaml +++ b/config/packages/roku.yaml @@ -1,10 +1,11 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Roku - Presence detection and remote finder. -#------------------------------------------- ###################################################################### -## Roku media sensors and utility helpers. https://amzn.to/2Ctp8cr +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Roku - Presence detection and remote finder - Roku media sensors and utility helpers. https://amzn.to/2Ctp8cr. +# Centralizes the Roku - Presence detection and remote finder package configuration and helpers. +# ------------------------------------------------------------------- ###################################################################### input_boolean: living_room_remote_finder: diff --git a/config/packages/triggers/last_message.yaml b/config/packages/triggers/last_message.yaml index 3996aef0..46f4a0f8 100755 --- a/config/packages/triggers/last_message.yaml +++ b/config/packages/triggers/last_message.yaml @@ -1,7 +1,12 @@ -#------------------------------------------- -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -#------------------------------------------- +# ------------------------------------------------------------------- +# Last Message Package - Home Assistant package configuration. +# Centralizes the Last Message package configuration and helpers. +# ------------------------------------------------------------------- +###################################################################### homeassistant: customize: input_boolean.lastmsg: @@ -66,4 +71,3 @@ automation: - service: input_boolean.turn_off entity_id: - input_boolean.lastmsg - diff --git a/config/packages/triggers/self_destruct.yaml b/config/packages/triggers/self_destruct.yaml index 64acf7cf..4f2fb24d 100755 --- a/config/packages/triggers/self_destruct.yaml +++ b/config/packages/triggers/self_destruct.yaml @@ -1,7 +1,12 @@ -#------------------------------------------- -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -#------------------------------------------- +# ------------------------------------------------------------------- +# Self Destruct Package - Home Assistant package configuration. +# Centralizes the Self Destruct package configuration and helpers. +# ------------------------------------------------------------------- +###################################################################### homeassistant: customize: input_boolean.self_destruct: diff --git a/config/packages/triggers/sleepy_dog.yaml b/config/packages/triggers/sleepy_dog.yaml index 12345080..b1a5a201 100755 --- a/config/packages/triggers/sleepy_dog.yaml +++ b/config/packages/triggers/sleepy_dog.yaml @@ -1,7 +1,12 @@ -#------------------------------------------- -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -#------------------------------------------- +# ------------------------------------------------------------------- +# Sleepy Dog Package - Home Assistant package configuration. +# Centralizes the Sleepy Dog package configuration and helpers. +# ------------------------------------------------------------------- +###################################################################### homeassistant: customize: input_boolean.sleepy_dog: diff --git a/config/packages/youtube.yaml b/config/packages/youtube.yaml index d1da8161..66d5bfcb 100755 --- a/config/packages/youtube.yaml +++ b/config/packages/youtube.yaml @@ -4,9 +4,11 @@ # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # ------------------------------------------------------------------- # YouTube Channel - Track vCloudInfo channel stats via YouTube sensor. +# Related Issue: 720 +# Tracks YouTube channel telemetry for Home Assistant dashboards. # ------------------------------------------------------------------- -# Based on Pinkywafer's package: https://github.com/pinkywafer/Home-Assistant_Config/blob/master/packages/youtube/vcloudinfo.yaml -# Issue reference: https://github.com/CCOSTAN/Home-AssistantConfig/issues/720 +# Notes: Based on Pinkywafer's package: https://github.com/pinkywafer/Home-Assistant_Config/blob/master/packages/youtube/vcloudinfo.yaml +###################################################################### sensor: - platform: youtube channel_id: UC301G8JJFzY0BZ_0lshpKpQ diff --git a/config/scene/living_room.yaml b/config/scene/living_room.yaml index 9bc3d066..683a057e 100755 --- a/config/scene/living_room.yaml +++ b/config/scene/living_room.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Living Room Scene - Home Assistant scene settings. +# Defines the Living Room Scene scene state. +# ------------------------------------------------------------------- +###################################################################### - name: TV Time entities: light.m1_front_left: diff --git a/config/scene/monthly_colors.yaml b/config/scene/monthly_colors.yaml index c6fcd6c3..967c2e99 100755 --- a/config/scene/monthly_colors.yaml +++ b/config/scene/monthly_colors.yaml @@ -1,11 +1,15 @@ -###################################################################################################### -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Youtube Video description of how I use this script -# https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html -# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html -# https://www.vcloudinfo.com/2020/10/simple-example-of-using-yaml-node-anchors-in-home-assistant.html -###################################################################################################### +# ------------------------------------------------------------------- +# Youtube Video description of how I use this script - Home Assistant scene settings. +# Defines the Youtube Video description of how I use this script scene state. +# ------------------------------------------------------------------- +# Notes: https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html +# Notes: https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html +# Notes: https://www.vcloudinfo.com/2020/10/simple-example-of-using-yaml-node-anchors-in-home-assistant.html +###################################################################### - name: month_standard_colors entities: light.outdoor_front_lights: diff --git a/config/script/amp_settings.yaml b/config/script/amp_settings.yaml index 19c02ca6..3918ccbb 100755 --- a/config/script/amp_settings.yaml +++ b/config/script/amp_settings.yaml @@ -1,14 +1,14 @@ -#------------------------------------------- -# AMP Settings Standardization Script -# Description: This script standardizes the settings for audio amplifiers -# across various media players in the home. -# -# For more information and updates, visit: -# https://www.vcloudinfo.com/click-here -# -# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig -#------------------------------------------- - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# AMP Settings Standardization Script - This script standardizes the settings for audio amplifiers. +# Defines the AMP Settings Standardization Script sequence for reuse by automations and dashboards. +# ------------------------------------------------------------------- +# Notes: This script standardizes the settings for audio amplifiers +# Notes: across various media players in the home +###################################################################### # Set the AMP settings amp_settings: # Define the sequence of actions to be performed diff --git a/config/script/dog_bark.yaml b/config/script/dog_bark.yaml index a94889cd..717aab9a 100755 --- a/config/script/dog_bark.yaml +++ b/config/script/dog_bark.yaml @@ -1,12 +1,16 @@ -###################################################################################################### -###Script to send notifications to the ChromeCast Audios during normal hours and only when we are home! Call like this: - # action: - # service: script.dog_bark - # data: - # value1: 'Startup: Home Assistant is Up and Running!' - -###################################################################################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Dog Bark Script - Example action call was documented in the legacy header. +# Defines the Dog Bark Script sequence for reuse by automations and dashboards. +# ------------------------------------------------------------------- +# Notes: Script to send notifications to the ChromeCast Audios during normal hours and only when we are home! Call like this: +# Notes: service: script.dog_bark +# Notes: data: +# Notes: value1: 'Startup: Home Assistant is Up and Running!' +###################################################################### dog_bark: sequence: - wait_template: >- diff --git a/config/script/emergency.yaml b/config/script/emergency.yaml index c33b6c24..b1972443 100755 --- a/config/script/emergency.yaml +++ b/config/script/emergency.yaml @@ -1,18 +1,17 @@ -#------------------------------------------- -# Emergency Script Configuration -# Description: This script activates emergency lighting and effects -# when triggered, including turning front lights to red, -# flashing all lights, and activating strobe effects. -# -# Usage: -# service: script.emergency -# -# For more information and updates, visit: -# https://www.vcloudinfo.com/click-here -# -# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig -#------------------------------------------- - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Emergency Script Configuration - This script activates emergency lighting and effects. +# Defines the Emergency Script Configuration sequence for reuse by automations and dashboards. +# ------------------------------------------------------------------- +# Notes: This script activates emergency lighting and effects +# Notes: when triggered, including turning front lights to red, +# Notes: flashing all lights, and activating strobe effects +# Notes: Usage: +# Notes: service: script.emergency +###################################################################### emergency: sequence: # Switch all outside front lights to Red to indicate emergency diff --git a/config/script/flash_notify.yaml b/config/script/flash_notify.yaml index a815910c..3baff6f9 100755 --- a/config/script/flash_notify.yaml +++ b/config/script/flash_notify.yaml @@ -1,10 +1,14 @@ -###################################################################################################### -###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors. -# action: -# - service: script.flash_notify -# -###################################################################################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Flash Notify Script - Example action call was documented in the legacy header. +# Defines the Flash Notify Script sequence for reuse by automations and dashboards. +# ------------------------------------------------------------------- +# Notes: Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors +# Notes: - service: script.flash_notify +###################################################################### flash_notify: sequence: - service: light.turn_on diff --git a/config/script/interior_off.yaml b/config/script/interior_off.yaml index cc367377..5c148ec3 100755 --- a/config/script/interior_off.yaml +++ b/config/script/interior_off.yaml @@ -1,10 +1,14 @@ -###################################################################################################### -###Script to shut switches with a 30 second delay to not trample codes -### Sample Call -# action: -# - service: script.interior_off -###################################################################################################### - +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Script to shut switches with a 30 second delay to not trample codes - Sample Call. +# Defines the Script to shut switches with a 30 second delay to not trample codes sequence for reuse by automations and dashboards. +# ------------------------------------------------------------------- +# Notes: Example action call was documented in the legacy header +# Notes: - service: script.interior_off +###################################################################### interior_off: sequence: - service: homeassistant.turn_off diff --git a/config/script/monthly_color_scene.yaml b/config/script/monthly_color_scene.yaml index 46414c3d..205193a4 100755 --- a/config/script/monthly_color_scene.yaml +++ b/config/script/monthly_color_scene.yaml @@ -1,19 +1,19 @@ -#------------------------------------------- -# @CCOSTAN +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# Youtube Video description of how I use this script -# https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html -# https://www.vcloudinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html -# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html -###################################################################################################### -###Script to turn on scene for the appropriate month for the front of the house but only when the sun is down. -# action: -# - service: script.monthly_color_scene -# -# scenes should be named month_[01-12]_colors (month_06_colors) -# Color help - http://www.esbnyc.com/explore/tower-lights/calendar -###################################################################################################### - +# ------------------------------------------------------------------- +# Youtube Video description of how I use this script - Example action call was documented in the legacy header. +# Defines the Youtube Video description of how I use this script sequence for reuse by automations and dashboards. +# ------------------------------------------------------------------- +# Notes: https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html +# Notes: https://www.vcloudinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html +# Notes: https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html +# Notes: Script to turn on scene for the appropriate month for the front of the house but only when the sun is down +# Notes: - service: script.monthly_color_scene +# Notes: scenes should be named month_[01-12]_colors (month_06_colors) +# Notes: Color help - http://www.esbnyc.com/explore/tower-lights/calendar +###################################################################### monthly_color_scene: sequence: - condition: state diff --git a/config/sensor/date_time.yaml b/config/sensor/date_time.yaml index 1534808f..640b73a8 100755 --- a/config/sensor/date_time.yaml +++ b/config/sensor/date_time.yaml @@ -1,4 +1,13 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Date Time Sensor - Home Assistant sensor configuration. +# Defines sensors for Date Time Sensor. +# ------------------------------------------------------------------- +###################################################################### - platform: time_date display_options: - 'time' - - 'date' \ No newline at end of file + - 'date' diff --git a/config/shell_scripts/basketball.yaml b/config/shell_scripts/basketball.yaml index 180b1f97..d1dbf7c3 100755 --- a/config/shell_scripts/basketball.yaml +++ b/config/shell_scripts/basketball.yaml @@ -1,13 +1,13 @@ -#------------------------------------------- -# @CCOSTAN -# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig -# ESPHome YAML by Jeremy Shephard -#------------------------------------------- ###################################################################### -## https://www.vcloudinfo.com/2020/09/home-assistant-smart-diy-basketball-backboard-project.html +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# ESPHome YAML by Jeremy Shephard - Home Assistant shell command mapping. +# Maps the ESPHome YAML by Jeremy Shephard shell command for Home Assistant. +# ------------------------------------------------------------------- +# Notes: https://www.vcloudinfo.com/2020/09/home-assistant-smart-diy-basketball-backboard-project.html ###################################################################### - - esphome: name: bb_node platform: ESP8266 diff --git a/config/travis_secrets.yaml b/config/travis_secrets.yaml index b2411225..1ce34a16 100755 --- a/config/travis_secrets.yaml +++ b/config/travis_secrets.yaml @@ -1,3 +1,12 @@ +###################################################################### +# @CCOSTAN - Follow Me on X +# For more info visit https://www.vcloudinfo.com/click-here +# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig +# ------------------------------------------------------------------- +# Travis Secrets Home Assistant YAML - Home Assistant YAML configuration. +# Defines Home Assistant YAML configuration for Travis Secrets Home Assistant YAML. +# ------------------------------------------------------------------- +###################################################################### homeassistant_latitude: 000.0000000 homeassistant_longitude: 000.0000000 homeassistant_elevation: 00