Merge pull request #309 from iranl/fix-continuous-mode-ha-switch

Second fix for HA continuous mode switch
This commit is contained in:
Jan-Ole Schümann
2024-02-28 20:54:44 +07:00
committed by GitHub

View File

@@ -1198,7 +1198,7 @@ void Network::publishHASSConfigContinuousMode(char *deviceType, const char *base
String("~") + mqtt_topic_lock_action,
{{ "enabled_by_default", "false" },
{"state_on", "on"},
{"state_on", "off"},
{"state_off", "off"},
{"pl_on", "activateCM"},
{"pl_off", "deactivateCM"}});
}