Misc updates to locking, bedtime and lots more AI commenting.

This commit is contained in:
CCOSTAN 2024-09-06 16:29:57 +00:00
parent 51346c1c4c
commit 875a618f10
9 changed files with 403 additions and 391 deletions

View File

@ -1,5 +1,8 @@
###################################################################### ######################################################################
## Stuff that needs to happen at 08:30am. ## Automation for 08:30 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.
###################################################################### ######################################################################
- alias: 'Kids left for the day' - alias: 'Kids left for the day'

View File

@ -1,5 +1,8 @@
###################################################################### ######################################################################
## Stuff that needs to happen at 10pm. ## 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
###################################################################### ######################################################################
- alias: 'Shut down AMP in Living room' - alias: 'Shut down AMP in Living room'

View File

@ -32,10 +32,14 @@
# Set the actions to be performed by the automation # Set the actions to be performed by the automation
action: action:
# Run the "script.interior_off" service # Lock the front door
- service: lock.lock
entity_id: lock.front_door
# Turn off all interior lights and devices
- service: script.interior_off - service: script.interior_off
# Turn off the "switch.back_landscaping" switch # Turn off the back landscaping lights
- service: switch.turn_off - service: switch.turn_off
entity_id: switch.back_landscaping entity_id: switch.back_landscaping

View File

@ -83,9 +83,10 @@
target: target:
entity_id: entity_id:
- switch.kitchen_accent_2 - switch.kitchen_accent_2
- light.outdoor_bathroom
- group.master_bathroom_accents - group.master_bathroom_accents
- group.landscaping - group.landscaping
default: default:
- service: homeassistant.turn_on - service: homeassistant.turn_on
target: target:

View File

@ -7,12 +7,6 @@
## August Smart Lock - https://amzn.to/2SKGVDk ## August Smart Lock - https://amzn.to/2SKGVDk
###################################################################### ######################################################################
#-------------------------------------------
# august:
# login_method: email
# username: !secret august_username
# password: !secret august_password
# 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.

View File

@ -1,10 +1,17 @@
###################################################################################################### #-------------------------------------------
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors. # Emergency Script Configuration
# action: # Description: This script activates emergency lighting and effects
# - service: script.emergency # when triggered, including turning front lights to red,
# @CCOSTAN # flashing all lights, and activating strobe effects.
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig #
###################################################################################################### # Usage:
# service: script.emergency
#
# For more information and updates, visit:
# https://www.vcloudinfo.com/click-here
#
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
#-------------------------------------------
emergency: emergency:
sequence: sequence:

View File

@ -15,7 +15,7 @@
# speech_message: [message_to_speak] # speech_message: [message_to_speak]
# #
# Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig # Original Repo: https://github.com/CCOSTAN/Home-AssistantConfig
# follow me on X for updates: https://x.com/CCOSTAN # Follow me on https://www.vcloudinfo.com/click-here
#------------------------------------------- #-------------------------------------------
speech_processing: speech_processing:

File diff suppressed because one or more lines are too long