Is it me
config Passes
Is it me
config Passes
It’s not a list, it’s a dictionary:
mqtt:
binary_sensor:
sensor:
This would be a list:
mqtt:
- binary_sensor:
- sensor:
See the difference?
Use !include_dir_merge_named
thanks bro