Normalize Home Assistant YAML headers

master
Carlo Costanzo 2 weeks ago
parent 84d0188835
commit 81e458a827

@ -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' - alias: 'Door Opened'
id: 18b09251-ea05-46c6-b14f-e7996cc40e89 id: 18b09251-ea05-46c6-b14f-e7996cc40e89

@ -1,14 +1,17 @@
#------------------------------------------- ######################################################################
# Locator Automation # @CCOSTAN - Follow Me on X
# Description: Announces the location of all family members when triggered # For more info visit https://www.vcloudinfo.com/click-here
# # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# Features: # -------------------------------------------------------------------
# - Triggered by input_boolean.locator (for Alexa integration) # Locator Automation - Announces the location of all family members when triggered.
# - Uses speech_engine script to announce where everyone is # Defines the Locator Automation triggers, conditions, and actions.
# - Designed for use with Alexa ("Alexa, turn on locator") # -------------------------------------------------------------------
# # Notes: Announces the location of all family members when triggered
# Follow me on https://www.vcloudinfo.com/click-here # 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' - alias: 'Locator'
id: locator-announcement-001 id: locator-announcement-001
mode: single mode: single

@ -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" - alias: "New device connected"
id: 5620418d-baaf-4d1f-bf22-8c094b4a53b2 id: 5620418d-baaf-4d1f-bf22-8c094b4a53b2
trigger: trigger:

@ -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 # 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 - alias: Cuckoo Clock
id: 33dcd8e2-e87c-4d18-82bc-c7f9b53a1624 id: 33dcd8e2-e87c-4d18-82bc-c7f9b53a1624
mode: restart mode: restart

@ -1,9 +1,12 @@
############################################################################## ######################################################################
### Detect when lights are turned on and adjust them accordingly based on time. # @CCOSTAN - Follow Me on X
### Code by @JesseWebDotCom # For more info visit https://www.vcloudinfo.com/click-here
## @CCOSTAN # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
## 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 - alias: detect lights and adjust the brightness when turned on based on time
id: 844b6be0-3ba3-4f8a-bbcd-a5ec5abdb88a id: 844b6be0-3ba3-4f8a-bbcd-a5ec5abdb88a
mode: parallel mode: parallel

@ -1,8 +1,12 @@
################################### ######################################################################
## @CCOSTAN # @CCOSTAN - Follow Me on X
## Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # 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 - alias: Door
mode: queued mode: queued
id: ae0fb37b-67cf-48a4-a609-999d44272e90 id: ae0fb37b-67cf-48a4-a609-999d44272e90

@ -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! - alias: Automated Light WatchDog!
id: 57a921ca-6009-46e7-9ba6-699eee6cf733 id: 57a921ca-6009-46e7-9ba6-699eee6cf733
trigger: trigger:

@ -1,10 +1,13 @@
###################################################################### ######################################################################
## Automation for 07:00 AM Daily Tasks # @CCOSTAN - Follow Me on X
## https://www.vcloudinfo.com/click-here # For more info visit https://www.vcloudinfo.com/click-here
## This automation handles actions to be performed at 8:30 AM, # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
## typically related to the family's morning routine. # -------------------------------------------------------------------
# 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' - alias: 'Kids 830'
id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b id: 3e0c4f40-0d55-42a0-9af9-37124b1b9b8b
mode: single mode: single

@ -1,10 +1,12 @@
###################################################################### ######################################################################
## Automation for 10:00 PM tasks # @CCOSTAN - Follow Me on X
## # For more info visit https://www.vcloudinfo.com/click-here
## This automation handles various actions that need to occur at 10 PM. # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
## For more information, visit: https://www.vcloudinfo.com/click-here # -------------------------------------------------------------------
# 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' - alias: 'Shut down AMP in Living room'
id: 3b41321c-8242-4cf5-9a93-b2b7aeeb8ea0 id: 3b41321c-8242-4cf5-9a93-b2b7aeeb8ea0
trigger: trigger:

@ -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! - alias: Automated NIGHT WatchDog!
id: 4ce973ea-b78a-4440-99d1-7f8eb4400eab id: 4ce973ea-b78a-4440-99d1-7f8eb4400eab
trigger: trigger:

@ -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' - alias: 'Sunset Stuff off'
id: 232b95e8-1354-4f63-8ae4-1063f300f2f0 id: 232b95e8-1354-4f63-8ae4-1063f300f2f0
mode: single mode: single

@ -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!' - alias: 'Time to wake up!'
id: 16a3b9c5-1faa-410e-a7e1-249a9f861e07 id: 16a3b9c5-1faa-410e-a7e1-249a9f861e07
trigger: trigger:
@ -31,4 +36,3 @@
entity_id: number.alarm_panel_1_screen_brightness entity_id: number.alarm_panel_1_screen_brightness
data: data:
value: 100 value: 100

@ -1,9 +1,12 @@
###################################################################### ######################################################################
## Shut it all down. No one is here # @CCOSTAN - Follow Me on X
# @CCOSTAN # For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # 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 # Define an alias for this automation
- alias: 'Away Mode' - alias: 'Away Mode'
id: 712e845a-9d72-4993-b8af-890b167c807b id: 712e845a-9d72-4993-b8af-890b167c807b

@ -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' - alias: 'Toggle Office Light on/off'
id: ff021afa-3f71-4296-a395-75a12fdc5df3 id: ff021afa-3f71-4296-a395-75a12fdc5df3
trigger: trigger:

@ -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' - alias: 'Flash all_lights'
id: 704f77f4-dcb1-4c49-83c5-b499d9b8f678 id: 704f77f4-dcb1-4c49-83c5-b499d9b8f678

@ -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 # Define an alias for this automation
- alias: Guard Dog - alias: Guard Dog
# Give the automation a unique ID # Give the automation a unique ID
@ -31,4 +36,3 @@
- service: input_boolean.turn_off - service: input_boolean.turn_off
entity_id: input_boolean.guard_dog entity_id: input_boolean.guard_dog

@ -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' - alias: 'Home Flash'
id: home-flash id: home-flash
mode: restart mode: restart

@ -1,9 +1,13 @@
##################################################################################### ######################################################################
### If the Kitchen Lights go on for more than 10 minutes, turn off the accent lights # @CCOSTAN - Follow Me on X
### connected to [Etekcity Outlets](https://amzn.to/2efNoBP) # For more info visit https://www.vcloudinfo.com/click-here
## [433Mhz Transmitter and receiver](https://amzn.to/2dceNY2) # 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 - alias: Kitchen lights on - Accent lights off
id: 3810e522-be2c-45b5-9b9c-9f8639653cf2 id: 3810e522-be2c-45b5-9b9c-9f8639653cf2
trigger: trigger:

@ -1,8 +1,12 @@
################################### ######################################################################
## Late Night lights Section # @CCOSTAN - Follow Me on X
# @CCOSTAN # For more info visit https://www.vcloudinfo.com/click-here
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # 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' - alias: 'Late Night Helper'
id: acacc9b4-b66d-46d2-bf6d-47b75afddb57 id: acacc9b4-b66d-46d2-bf6d-47b75afddb57
trigger: trigger:

@ -1,11 +1,15 @@
##################################################################################### ######################################################################
### When we get out of bed at night, turn on the accent lights in the bathroom # @CCOSTAN - Follow Me on X
## and then turn off the lights when we are back in bed. # For more info visit https://www.vcloudinfo.com/click-here
## Also turn on the lights sunset comes. (but only if we are home) # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
### connected to [Etekcity Outlets](https://amzn.to/2efNoBP) # -------------------------------------------------------------------
## [433Mhz Transmitter and receiver](https://amzn.to/2dceNY2) # 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 - alias: Bedtime Accent Light
id: 08fe7b86-7610-420a-8f4c-7adb86618900 id: 08fe7b86-7610-420a-8f4c-7adb86618900
trigger: trigger:

@ -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 - alias: Meal Time
id: f5cc7f8f-1608-4844-99a4-c927001be9de id: f5cc7f8f-1608-4844-99a4-c927001be9de
trigger: trigger:

@ -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' - alias: 'Log Medicine Activity'
mode: single mode: single
id: 5e250206-029e-42fb-993f-fc3f04760de3 id: 5e250206-029e-42fb-993f-fc3f04760de3

@ -1,9 +1,13 @@
###################################################################### ######################################################################
# config/automation/tv_time_on_and_off.yaml # @CCOSTAN - Follow Me on X
# TV Time: soften house lights when living room media starts after 8pm/sunset. # For more info visit https://www.vcloudinfo.com/click-here
# https://github.com/CCOSTAN/Home-AssistantConfig # 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 - alias: TV Time
id: 6e59d312-661f-40da-bb08-416f2e86b566 id: 6e59d312-661f-40da-bb08-416f2e86b566
trigger: trigger:

@ -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 # 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 # Nest ThermoStat https://amzn.to/2eAhB1k
# Uses the Nest thermostat to turn on lights and turn them off upstairs. # Uses the Nest thermostat to turn on lights and turn them off upstairs.

@ -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 # Define an alias for this automation
- alias: Time to Work - alias: Time to Work
# Give the automation a unique ID # Give the automation a unique ID

@ -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' - id: '1606000509280'
alias: Tag Test1 is scanned alias: Tag Test1 is scanned
description: '' description: ''

@ -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: blueprint:
name: Motion-activated Light name: Motion-activated Light
description: Turn on a light when motion is detected. description: Turn on a light when motion is detected.

@ -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: blueprint:
name: Zone Notification name: Zone Notification
description: Send a notification to a device when a person leaves a specific zone. description: Send a notification to a device when a person leaves a specific zone.

@ -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: blueprint:
name: Confirmable Notification name: Confirmable Notification
description: >- description: >-

@ -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: blueprint:
name: Invert a binary sensor name: Invert a binary sensor
description: Creates a binary_sensor which holds the inverted value of a reference binary_sensor description: Creates a binary_sensor which holds the inverted value of a reference binary_sensor

@ -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: Interior_Lights:
entities: entities:
- group.master_bathroom_accents - group.master_bathroom_accents

@ -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: doors:
name: Doors name: Doors
entities: entities:

@ -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: locks:
name: Locks name: Locks
entities: entities:

@ -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: motion:
name: Motion Detectors name: Motion Detectors
entities: entities:

@ -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: family:
entities: entities:
- person.carlo - person.carlo

@ -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: home_stats:
name: Home Stats name: Home Stats
initial: off initial: off

@ -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 #triggers
good_night: good_night:
name: Good Night name: Good Night

@ -1,17 +1,16 @@
#------------------------------------------- ######################################################################
# Light Groups Configuration for Home Assistant # @CCOSTAN - Follow Me on X
# # For more info visit https://www.vcloudinfo.com/click-here
# Description: This file defines light groups for improved control and integration # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# with voice assistants like Alexa and smart home platforms like HomeKit. # -------------------------------------------------------------------
# Shows the groups as light.xxxx # Light Groups Configuration for Home Assistant - This file defines light groups for improved control and integration.
# # Related Issue: 764
# For more information and updates, visit: # Defines Home Assistant YAML configuration for Light Groups Configuration for Home Assistant.
# https://www.vcloudinfo.com/click-here # -------------------------------------------------------------------
# # Notes: This file defines light groups for improved control and integration
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig # Notes: with voice assistants like Alexa and smart home platforms like HomeKit
# Related Issue: https://github.com/CCOSTAN/Home-AssistantConfig/issues/764 # Notes: Shows the groups as light.xxxx
#------------------------------------------- ######################################################################
- platform: group - platform: group
name: Kitchen Lights name: Kitchen Lights
entities: entities:

@ -1,17 +1,17 @@
#------------------------------------------- ######################################################################
# Logger Configuration for Home Assistant # @CCOSTAN - Follow Me on X
# # For more info visit https://www.vcloudinfo.com/click-here
# Description: This file controls the logging levels for various # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# components of Home Assistant. You can filter log entries by # -------------------------------------------------------------------
# adjusting the severity levels for each component. # Logger Configuration for Home Assistant - This file controls the logging levels for various.
# # Defines Home Assistant YAML configuration for Logger Configuration for Home Assistant.
# Log Severities (in order of increasing severity): # -------------------------------------------------------------------
# notset, debug, info, warn, warning, error, fatal, critical # Notes: This file controls the logging levels for various
# # Notes: components of Home Assistant. You can filter log entries by
# Follow me on https://www.vcloudinfo.com/click-here # Notes: adjusting the severity levels for each component
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig # Notes: Log Severities (in order of increasing severity):
#------------------------------------------- # Notes: notset, debug, info, warn, warning, error, fatal, critical
######################################################################
default: info default: info
logs: logs:
AIOGitHubAPI: error AIOGitHubAPI: error

@ -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 # Moved Authentication to UI Integrations
# Added to the LOCK group # Added to the LOCK group
# Added a check lock routine to the Briefing.yaml - Will check locks whenever there is a speech event. # Added a check lock routine to the Briefing.yaml - Will check locks whenever there is a speech event.

@ -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: automation:
- alias: 'Fridge Temp Watch' - alias: 'Fridge Temp Watch'
id: 2346efcd-e8a8-4e86-b5b6-43eBl1nkFr1dge95f id: 2346efcd-e8a8-4e86-b5b6-43eBl1nkFr1dge95f

@ -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: script:
paige_lights_off: paige_lights_off:
alias: 'Paige ALL Lights Off' alias: 'Paige ALL Lights Off'

@ -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 # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# -------------------------------------------------------------------
# Finance - Track stock prices via Yahoo Finance. # Finance - Track stock prices via Yahoo Finance.
#------------------------------------------- # Uses yahoofinance every 4 hours for TSLA, AAPL, AMZN, and MSFT.
###################################################################### # -------------------------------------------------------------------
## Finance tickers via yahoofinance. Docs: https://www.home-assistant.io/integrations/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
# Blog Post: https://www.vcloudinfo.com/2020/10/how-to-track-stocks-in-home-assistant-using-a-custom-component.html # 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: yahoofinance:
scan_interval: scan_interval:
@ -27,4 +18,3 @@ yahoofinance:
- AAPL - AAPL
- AMZN - AMZN
- MSFT - MSFT

@ -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: automation:
- alias: 'Fridge Door Open' - alias: 'Fridge Door Open'

@ -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 # Video breakdown: https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html
# Modified for my own fun stuff! # Modified for my own fun stuff!

@ -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 # More info: https://github.com/CCOSTAN/Home-AssistantConfig/issues/780 | #168

@ -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. # Outlets managed via Smart_Life package.
group: group:

@ -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: input_boolean:
medicine: medicine:
name: Medicine Reminder name: Medicine Reminder

@ -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: automation:
- alias: 'Toggle Office Lamp with NFC tag' - alias: 'Toggle Office Lamp with NFC tag'

@ -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: # script:
# noon_lights_off: # noon_lights_off:
# alias: 'Bathroom Noon Lights Off' # alias: 'Bathroom Noon Lights Off'

@ -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: automation:
- alias: 'Printer Ink Alert' - alias: 'Printer Ink Alert'
id: 6ef2a695-0b76-4eb5-b67c-2ff6f74f40b8 id: 6ef2a695-0b76-4eb5-b67c-2ff6f74f40b8

@ -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: # sensor:

@ -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: input_boolean:
living_room_remote_finder: living_room_remote_finder:

@ -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 # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
#------------------------------------------- # -------------------------------------------------------------------
# Last Message Package - Home Assistant package configuration.
# Centralizes the Last Message package configuration and helpers.
# -------------------------------------------------------------------
######################################################################
homeassistant: homeassistant:
customize: customize:
input_boolean.lastmsg: input_boolean.lastmsg:
@ -66,4 +71,3 @@ automation:
- service: input_boolean.turn_off - service: input_boolean.turn_off
entity_id: entity_id:
- input_boolean.lastmsg - input_boolean.lastmsg

@ -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 # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
#------------------------------------------- # -------------------------------------------------------------------
# Self Destruct Package - Home Assistant package configuration.
# Centralizes the Self Destruct package configuration and helpers.
# -------------------------------------------------------------------
######################################################################
homeassistant: homeassistant:
customize: customize:
input_boolean.self_destruct: input_boolean.self_destruct:

@ -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 # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
#------------------------------------------- # -------------------------------------------------------------------
# Sleepy Dog Package - Home Assistant package configuration.
# Centralizes the Sleepy Dog package configuration and helpers.
# -------------------------------------------------------------------
######################################################################
homeassistant: homeassistant:
customize: customize:
input_boolean.sleepy_dog: input_boolean.sleepy_dog:

@ -4,9 +4,11 @@
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# ------------------------------------------------------------------- # -------------------------------------------------------------------
# YouTube Channel - Track vCloudInfo channel stats via YouTube sensor. # 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 # Notes: 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 ######################################################################
sensor: sensor:
- platform: youtube - platform: youtube
channel_id: UC301G8JJFzY0BZ_0lshpKpQ channel_id: UC301G8JJFzY0BZ_0lshpKpQ

@ -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 - name: TV Time
entities: entities:
light.m1_front_left: light.m1_front_left:

@ -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 # 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 # Youtube Video description of how I use this script - Home Assistant scene settings.
# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html # Defines the Youtube Video description of how I use this script scene state.
# https://www.vcloudinfo.com/2020/10/simple-example-of-using-yaml-node-anchors-in-home-assistant.html # -------------------------------------------------------------------
###################################################################################################### # 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 - name: month_standard_colors
entities: entities:
light.outdoor_front_lights: light.outdoor_front_lights:

@ -1,14 +1,14 @@
#------------------------------------------- ######################################################################
# AMP Settings Standardization Script # @CCOSTAN - Follow Me on X
# Description: This script standardizes the settings for audio amplifiers # For more info visit https://www.vcloudinfo.com/click-here
# across various media players in the home. # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# # -------------------------------------------------------------------
# For more information and updates, visit: # AMP Settings Standardization Script - This script standardizes the settings for audio amplifiers.
# https://www.vcloudinfo.com/click-here # Defines the AMP Settings Standardization Script sequence for reuse by automations and dashboards.
# # -------------------------------------------------------------------
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig # Notes: This script standardizes the settings for audio amplifiers
#------------------------------------------- # Notes: across various media players in the home
######################################################################
# Set the AMP settings # Set the AMP settings
amp_settings: amp_settings:
# Define the sequence of actions to be performed # Define the sequence of actions to be performed

@ -1,12 +1,16 @@
###################################################################################################### ######################################################################
###Script to send notifications to the ChromeCast Audios during normal hours and only when we are home! Call like this: # @CCOSTAN - Follow Me on X
# action: # For more info visit https://www.vcloudinfo.com/click-here
# service: script.dog_bark # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# data: # -------------------------------------------------------------------
# value1: 'Startup: Home Assistant is Up and Running!' # 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: dog_bark:
sequence: sequence:
- wait_template: >- - wait_template: >-

@ -1,18 +1,17 @@
#------------------------------------------- ######################################################################
# Emergency Script Configuration # @CCOSTAN - Follow Me on X
# Description: This script activates emergency lighting and effects # For more info visit https://www.vcloudinfo.com/click-here
# when triggered, including turning front lights to red, # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# flashing all lights, and activating strobe effects. # -------------------------------------------------------------------
# # Emergency Script Configuration - This script activates emergency lighting and effects.
# Usage: # Defines the Emergency Script Configuration sequence for reuse by automations and dashboards.
# service: script.emergency # -------------------------------------------------------------------
# # Notes: This script activates emergency lighting and effects
# For more information and updates, visit: # Notes: when triggered, including turning front lights to red,
# https://www.vcloudinfo.com/click-here # Notes: flashing all lights, and activating strobe effects
# # Notes: Usage:
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig # Notes: service: script.emergency
#------------------------------------------- ######################################################################
emergency: emergency:
sequence: sequence:
# Switch all outside front lights to Red to indicate emergency # Switch all outside front lights to Red to indicate emergency

@ -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. # @CCOSTAN - Follow Me on X
# action: # For more info visit https://www.vcloudinfo.com/click-here
# - service: script.flash_notify # 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: flash_notify:
sequence: sequence:
- service: light.turn_on - service: light.turn_on

@ -1,10 +1,14 @@
###################################################################################################### ######################################################################
###Script to shut switches with a 30 second delay to not trample codes # @CCOSTAN - Follow Me on X
### Sample Call # For more info visit https://www.vcloudinfo.com/click-here
# action: # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# - service: script.interior_off # -------------------------------------------------------------------
###################################################################################################### # 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: interior_off:
sequence: sequence:
- service: homeassistant.turn_off - service: homeassistant.turn_off

@ -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 # 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 # Youtube Video description of how I use this script - Example action call was documented in the legacy header.
# https://www.vcloudinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html # Defines the Youtube Video description of how I use this script sequence for reuse by automations and dashboards.
# https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html # -------------------------------------------------------------------
###################################################################################################### # Notes: https://www.vcloudinfo.com/2018/10/easy-smart-home-gadgets-i-use-for-my.html
###Script to turn on scene for the appropriate month for the front of the house but only when the sun is down. # Notes: https://www.vcloudinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html
# action: # Notes: https://www.vcloudinfo.com/2019/02/breaking-down-the-flag-sensor-in-home-assistant.html
# - service: script.monthly_color_scene # 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
# scenes should be named month_[01-12]_colors (month_06_colors) # Notes: scenes should be named month_[01-12]_colors (month_06_colors)
# Color help - http://www.esbnyc.com/explore/tower-lights/calendar # Notes: Color help - http://www.esbnyc.com/explore/tower-lights/calendar
###################################################################################################### ######################################################################
monthly_color_scene: monthly_color_scene:
sequence: sequence:
- condition: state - condition: state

@ -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 - platform: time_date
display_options: display_options:
- 'time' - 'time'
- 'date' - 'date'

@ -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: esphome:
name: bb_node name: bb_node
platform: ESP8266 platform: ESP8266

@ -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_latitude: 000.0000000
homeassistant_longitude: 000.0000000 homeassistant_longitude: 000.0000000
homeassistant_elevation: 00 homeassistant_elevation: 00

Loading…
Cancel
Save

Powered by TurnKey Linux.