But how can I know what order they are in? In the actual server sensor.dht_sensor_temperature_2 refers to the first sensor declared in the YAML file, which leads me to believe that they can be loaded in any order. So when I try to name them in the customize section. I do not know which is which.
Totally correct. I had tried using the name parameter but since I had a “friendly_name” it took precedence. Eliminating the friendly_name and now it works. Thanks!