Refactor day camp automation configuration by moving input_boolean to its own file and removing custom_variables.yaml

This commit is contained in:
2025-06-25 15:04:22 -04:00
parent 007cfbdbe3
commit 598dae7d73
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
default_config: default_config:
# Load custom components # Load custom components
input_boolean: !include custom_variables.yaml input_boolean: !include input_boolean.yaml
script: !include scripts.yaml script: !include scripts.yaml
automation: !include automations.yaml automation: !include automations.yaml