Add buttons as disabled by default
This commit is contained in:
@@ -957,7 +957,7 @@ void Network::publishHASSConfig(char* deviceType, const char* baseTopic, char* n
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
mqtt_topic_lock_action,
|
mqtt_topic_lock_action,
|
||||||
{ { "enabled_by_default", "true" },
|
{ { "enabled_by_default", "false" },
|
||||||
{ "pl_prs", "lockNgo" }});
|
{ "pl_prs", "lockNgo" }});
|
||||||
|
|
||||||
// Lock 'n' Go with unlatch
|
// Lock 'n' Go with unlatch
|
||||||
@@ -974,7 +974,7 @@ void Network::publishHASSConfig(char* deviceType, const char* baseTopic, char* n
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
mqtt_topic_lock_action,
|
mqtt_topic_lock_action,
|
||||||
{ { "enabled_by_default", "true" },
|
{ { "enabled_by_default", "false" },
|
||||||
{ "pl_prs", "lockNgoUnlatch" }});
|
{ "pl_prs", "lockNgoUnlatch" }});
|
||||||
|
|
||||||
// Unlatch
|
// Unlatch
|
||||||
@@ -991,7 +991,7 @@ void Network::publishHASSConfig(char* deviceType, const char* baseTopic, char* n
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
mqtt_topic_lock_action,
|
mqtt_topic_lock_action,
|
||||||
{ { "enabled_by_default", "true" },
|
{ { "enabled_by_default", "false" },
|
||||||
{ "pl_prs", "unlatch" }});
|
{ "pl_prs", "unlatch" }});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user