Support for update entity in HA

This commit is contained in:
Gunnar Skjold
2025-02-03 17:51:36 +01:00
parent 9c42aab04f
commit 6668258b66
15 changed files with 110 additions and 40 deletions

View File

@@ -135,6 +135,7 @@ bool AmsMqttHandler::connect() {
}
mqtt.publish(statusTopic, "online", true, 0);
mqtt.loop();
postConnect();
return true;
} else {
#if defined(AMS_REMOTE_DEBUG)