Add homeassistant configuration
This commit is contained in:
parent
b41aac2041
commit
69537d20b3
6 changed files with 300 additions and 0 deletions
15
config/homeassistant/scripts.yaml
Normal file
15
config/homeassistant/scripts.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Home Assistant Scripts
|
||||
# This file contains script definitions for the smart home
|
||||
# Documentation: https://www.home-assistant.io/integrations/script/
|
||||
|
||||
# Scripts will be added here as needed
|
||||
# Example:
|
||||
# bedtime:
|
||||
# alias: "Bedtime Routine"
|
||||
# sequence:
|
||||
# - action: light.turn_off
|
||||
# target:
|
||||
# entity_id: all
|
||||
# - action: switch.turn_off
|
||||
# target:
|
||||
# entity_id: switch.living_room_tv
|
||||
Loading…
Add table
Add a link
Reference in a new issue