I would like to check, whether the Dallas DS18B20 is connected or not?
In Arduino envorinment I could check that, but in ESPHome I did not find the corresponding function!
Overheating is pretty risky, so I have to be sure that the sensor values are valid. Right now if during runtime I disconnect a sensor, the latest measured values are provided by the library. However it should change the value to nan, regarding documentation.
If I reboot the device, then I get the nan value, but when I reconnect the sensor, it remains unconnected.