fixes Excluding thermostat entities should also remove the climate discovery topic #368

This commit is contained in:
proddy
2022-02-20 13:40:58 +01:00
parent 35fec3150b
commit 935e04b266
2 changed files with 12 additions and 6 deletions

View File

@@ -245,7 +245,8 @@ class EMSdevice {
void publish_value(void * value);
void publish_all_values();
void publish_mqtt_ha_entity_config();
void mqtt_ha_entity_config_create();
void mqtt_ha_entity_config_remove();
const std::string telegram_type_name(std::shared_ptr<const Telegram> telegram);