mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
rename publish_ha* functions
This commit is contained in:
@@ -40,7 +40,7 @@ Switch::Switch(uint8_t device_type, uint8_t device_id, uint8_t product_id, const
|
||||
}
|
||||
|
||||
// publish HA config
|
||||
bool Switch::publish_ha_config() {
|
||||
bool Switch::publish_ha_device_config() {
|
||||
// if we don't have valid values don't add it ever again
|
||||
if (!Helpers::hasValue(flowTempHc_)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user