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

@ -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

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

@ -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

@ -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

@ -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

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

@ -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

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

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

@ -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

@ -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

@ -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

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

@ -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

@ -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

@ -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

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

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

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

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

@ -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

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

@ -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.

@ -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

@ -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: ''

@ -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.

@ -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.

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

@ -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

@ -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

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

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

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

@ -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

@ -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

@ -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

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

@ -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

@ -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.

@ -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

@ -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'

@ -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

@ -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'

@ -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!

@ -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

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

@ -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

@ -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'

@ -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'

@ -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

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

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

@ -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

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

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

@ -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

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

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

@ -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

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

@ -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

@ -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

@ -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

@ -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

@ -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
# -------------------------------------------------------------------
# Date Time Sensor - Home Assistant sensor configuration.
# Defines sensors for Date Time Sensor.
# -------------------------------------------------------------------
######################################################################
- platform: time_date
display_options:
- 'time'

@ -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

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.