mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Misc updates to locking, bedtime and lots more AI commenting.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user