Skip to content

Commit

Permalink
small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
xx committed May 14, 2024
1 parent 1d2a055 commit bebd1ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firmware/esp32/gdoor/src/mqtt_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ R"""(
message += "\"command_topic\": \"" + String(tx_topic_name) + "\"";
message += "}";
mqttClient.publish("homeassistant/sensor/gdoor/data/config", message, true, 1);


mqttClient.setWill(availability_topic.c_str(), "offline");
}
Expand Down

0 comments on commit bebd1ef

Please sign in to comment.