hi everybody,
i tried to separate my scheduler.yaml in 2 oder 3 separte yaml-files.
- created a new folder and i copied the scheduler.yaml in.
- added the folder to the !include part in the configuration.yaml
- tested it and it worked with the scheduler.yaml in this new directory (schedules are visible in the helper part)
- i created a new yaml in this directory and copied one of the schedules from the scheduler.yaml in the new yaml-file
- changed the !include into !include_dir_merge_list
- checked the config and reloaded the scheduler part
- none of the schedules in the yaml files are visible in the helper section
- restart HA but the result is the same, none of the schedules is visible
So what is wrong? OR isn’t it possible to separate the scheduler.yaml file?