Add homeassistant configuration

This commit is contained in:
Yan Lin 2025-09-07 21:16:27 +02:00
parent b41aac2041
commit 69537d20b3
6 changed files with 300 additions and 0 deletions

View 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