check selTemp, roomTemp visibility for climate creation

This commit is contained in:
MichaelDvP
2022-02-26 17:15:42 +01:00
parent 9c15ddf952
commit cde761fadd
3 changed files with 22 additions and 2 deletions

View File

@@ -242,7 +242,8 @@ class EMSdevice {
void read_command(const uint16_t type_id, uint8_t offset = 0, uint8_t length = 0);
void publish_value(void * value);
bool is_visible(void * value_p);
void publish_value(void * value_p);
void publish_all_values();
void mqtt_ha_entity_config_create();