Skip to content

Commit

Permalink
Forget alarm/siren state #953 #1051
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jan 4, 2024
1 parent 7e8822e commit c423799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/wyzebridge/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def get_entities(base_topic: str, pan_cam: bool = False, rtsp: bool = False) ->
"command_topic": f"{base_topic}alarm/set",
"payload_on": 1,
"payload_off": 2,
"optimistic": False,
"icon": "mdi:alarm-bell",
},
},
Expand Down

0 comments on commit c423799

Please sign in to comment.