Merge branch 'master' into readme-update

This commit is contained in:
iranl
2024-03-06 22:47:05 +01:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -1061,7 +1061,7 @@ void Network::publishHASSConfig(char* deviceType, const char* baseTopic, char* n
"unlatch",
uidString,
"_unlatch_button",
"Unlatch",
"Open",
name,
baseTopic,
"",
@@ -1071,7 +1071,7 @@ void Network::publishHASSConfig(char* deviceType, const char* baseTopic, char* n
"",
String("~") + mqtt_topic_lock_action,
{ { "enabled_by_default", "false" },
{ "pl_prs", "unlatch" }});
{ "pl_prs", openAction }});
}
}