I have a few components that state to put the “py” files in a directory under “custom_components” but how does the configuration.yaml find that directory? I have looked at many example configures but I do not see an !include_dir_merge_list custom_components entries in anyone’s configs. How does it know to go there for a component? I am new to HASSIO so just trying to figure all this out.
Ok got it so if I put them in a directory called “sensors” and put each sensor in its own YAML file to I just have to put it once at the top file? I guess it would be easier to make one file.