Skip to content

Commit

Permalink
Retain MQTT Discovery Message #920
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jan 10, 2024
1 parent 37c7a7a commit c24540b
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 @@ -58,6 +58,7 @@ def publish_discovery(cam_uri: str, cam: WyzeCamera, stopped: bool = True) -> No
"sw_version": cam.firmware_ver,
"via_device": f"docker-wyze-bridge v{VERSION}",
},
"retain": True,
}

# Clear out old/renamed entities
Expand Down

0 comments on commit c24540b

Please sign in to comment.