scenes: consolidate into single scenes.yaml for Stateful Scenes compatibility #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jmaroeder/stateful-scenes-include-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stateful Scenes uses Python's yaml.FullLoader which does not support HA's custom !include_dir_* tags, making our per-file scene layout incompatible. Consolidates all 5 scenes (bedtime, d_and_d, lights_out, movie_night, movie_night_playing) into a flat list in scenes.yaml at the repo root. Updates configuration.yaml from !include_dir_list scenes/ to !include scenes.yaml and removes the now-empty scenes/ directory.