Skip to content

Commit

Permalink
Merge pull request #309 from iranl/fix-continuous-mode-ha-switch
Browse files Browse the repository at this point in the history
Second fix for HA continuous mode switch
  • Loading branch information
technyon committed Feb 28, 2024
2 parents b560752 + 7e960dd commit e92d0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"}});
}
Expand Down

0 comments on commit e92d0e9

Please sign in to comment.