Hi,
I would like to tidy up my helpers and keep them in multiple files in a “helpers” directory. I can’t seem to get this to work. So far I have:
configuration.yaml:
input_boolean: !include_dir_merge_list helpers/
helpers/TRVs.yaml:
input_boolean:
- new_bool:
name: new_bool1
icon: mdi:car
Any idea what I need to do to make this work? I don’t quite understand the syntax
Thanks
3 posts - 2 participants