add thermostat names, missing turk locale

This commit is contained in:
MichaelDvP
2023-03-07 17:46:33 +01:00
parent 6f396087d2
commit 4b1b0e74df
3 changed files with 3 additions and 4 deletions

View File

@@ -1055,7 +1055,6 @@ void EMSdevice::set_climate_minmax(uint8_t tag, int16_t min, uint16_t max) {
dv.min = min;
dv.max = max;
dv.remove_state(DeviceValueState::DV_HA_CONFIG_CREATED);
Mqtt::publish_ha_climate_config(dv.tag, false, true); // delete topic (remove = true)
}
return;
}