Skip to content

Commit

Permalink
Update server_mqtt.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Dec 2, 2024
1 parent e70829b commit e894947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/components/jomjol_mqtt/server_mqtt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ bool MQTThomeassistantDiscovery(int qos) {
allSendsSuccessed |= sendHomeAssistantDiscoveryTopic("", "IP", "IP", "network-outline", "", "", "", "diagnostic", qos);
allSendsSuccessed |= sendHomeAssistantDiscoveryTopic("", "status", "Status", "list-status", "", "", "", "diagnostic", qos);
allSendsSuccessed |= sendHomeAssistantDiscoveryTopic("", "flowstart", "Manual Flow Start", "timer-play-outline", "", "", "", "", qos);
allSendsSuccessed |= sendHomeAssistantDiscoveryTopic("", "set_prevalue", "Set Pre-Value", "swap-vertical", "", "", "", "", qos);


for (int i = 0; i < (*NUMBERS).size(); ++i) {
Expand Down

0 comments on commit e894947

Please sign in to comment.