text change

This commit is contained in:
proddy
2022-02-13 21:44:25 +01:00
parent 005b9a88c3
commit 70803b1a6d

View File

@@ -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;