Simple task I’m sure but I’m struggling as a somewhat newbie. I’m trying to set up openweathermap and when I add the following to my configuration.yaml everything works OK (without the sensor: !include_dir_merge_list sensor I mention below).
My issue seems to be that I have the sensor: !include_dir_merge_list sensor also. I have other sensors working in a separate sensor folder and tried to set up a yaml fle there with my owm sensor configuration but I seem to be doing something wrong. My other sensor yaml files in that directory start with a - platform rest or - platform template statement. If I remove the sensor: !include_dir_merge_list sensor and add the sensor: statements from above I get the sensors I need. But this does not work in my sensor folder.
So how do I set up a simple owm yaml in my sensor folder to get this working.
I understand that and thought I was clear in my message. With !include_dir_merge_list sensor in my configuration.yaml and no other mentions of sensor: anywhere in that file I have a separate folder called /sensor I have 2 other *.yaml files where the sensors are working properly. I tried to use the following but it would not work. I have tried this and other slightly different variations (based on a existing nws sensor) but it does not work.
If you mean here all is good. Does this just check the configuration.yaml or all *.yaml files?
My guess is that since the other sensors I have set up work just fine it is something with how I have theopenweathermap configuration set up. I just haven’t been able to figure it out or find a similar configuration from searching and looking at what other folks are doing. Thanks for the help btw
In this folder I also have 2 other individual yaml files that are working fine. I’m just looking for how I need to correctly show the configuration for openweathermaps to get sensors.
I went back and really compared what I was seeing for sensors on my nws setup to what I was trying to accomplish here with openweathermaps. This is now working for me.
I really appreciate the help you offered. It seems my value_template statement was not correct. Helps to just stop and really look closely I guess. Good learning experience for me