mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
text change
This commit is contained in:
@@ -407,7 +407,7 @@ void DallasSensor::remove_ha_topic(const std::string & id_str) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#ifdef EMSESP_DEBUG
|
#ifdef EMSESP_DEBUG
|
||||||
LOG_DEBUG(F("Removing HA config for sensor ID %s"), id_str.c_str());
|
LOG_DEBUG(F("Removing HA config for temperature sensor ID %s"), id_str.c_str());
|
||||||
#endif
|
#endif
|
||||||
// use '_' as HA doesn't like '-' in the topic name
|
// use '_' as HA doesn't like '-' in the topic name
|
||||||
std::string sensorid = id_str;
|
std::string sensorid = id_str;
|
||||||
|
|||||||
Reference in New Issue
Block a user