As the title says, I recently had a weird issue with the Reolink doorbell accessory not porting through to HomeKit bridge properly, so I deleted the accessory from Home only to find that I couldn't make the QR code re-appear without deleting the integration and starting again. Despite doing so multiple times, it still won't appear. The other devices like lights however, do (those are added in the UI, not in YAML).
Here's my YAML for the Reolink doorbell:
- name: Front Door
port: 81
mode: accessory
filter:
include_entities:
- camera.front_doorbell_fluent
entity_config:
camera.front_doorbell_fluent:
name: Front Door
linked_doorbell_sensor: binary_sensor.front_doorbell_visitor
support_audio: true```