Misc updates to locking, bedtime and lots more AI commenting.
This commit is contained in:
parent
51346c1c4c
commit
875a618f10
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -32,10 +32,14 @@
|
|||
|
||||
# Set the actions to be performed by the automation
|
||||
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
|
||||
|
||||
# Turn off the "switch.back_landscaping" switch
|
||||
# Turn off the back landscaping lights
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.back_landscaping
|
||||
|
||||
|
|
|
@ -83,9 +83,10 @@
|
|||
target:
|
||||
entity_id:
|
||||
- switch.kitchen_accent_2
|
||||
- light.outdoor_bathroom
|
||||
- group.master_bathroom_accents
|
||||
- group.landscaping
|
||||
|
||||
|
||||
default:
|
||||
- service: homeassistant.turn_on
|
||||
target:
|
||||
|
|
|
@ -7,12 +7,6 @@
|
|||
## August Smart Lock - https://amzn.to/2SKGVDk
|
||||
######################################################################
|
||||
|
||||
#-------------------------------------------
|
||||
# august:
|
||||
# login_method: email
|
||||
# username: !secret august_username
|
||||
# password: !secret august_password
|
||||
|
||||
# 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,10 +1,17 @@
|
|||
######################################################################################################
|
||||
###Script to turn on Front light FULL bright for 15m when motion is detected and then return to the normal colors.
|
||||
# action:
|
||||
# - service: script.emergency
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
######################################################################################################
|
||||
#-------------------------------------------
|
||||
# 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
|
||||
#-------------------------------------------
|
||||
|
||||
emergency:
|
||||
sequence:
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# speech_message: [message_to_speak]
|
||||
#
|
||||
# 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:
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue