Include_dir_merge_list Incorrect type

Is it me
image

config Passes

1 Like

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

2 Likes

thanks bro