Skip to content

Commit

Permalink
fix(homeassistant): fix anti legionella temp setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp committed Oct 21, 2024
1 parent 9fd8fdb commit ddb4888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaMQTT/include/mqtt/MQTTDiscovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ static bool buildConfiguration(uint8_t* buffer, uint16_t identifier, MQTT_ITEM_S
case MQTT_ITEM_SENSOR::MAIN_SETTING_MIN_TEMP_LEGIONELLA:
doc["name"] = "Minimum Water Temperature Anti-Legionella";
doc["stat_t"] = "~/main/settingMinLegionellaTemp";
doc["uniq_id"] = make_unique(temp, identifier, "main_setting_min_target_temp");
doc["uniq_id"] = make_unique(temp, identifier, "main_setting_min_target_legionella_temp");
doc["unit_of_meas"] = "°C";
doc["ic"] = "mdi:thermometer-plus";
break;
Expand Down

0 comments on commit ddb4888

Please sign in to comment.