#HomeKit Bridge not showing QR code for Reolink doorbell

1 messages · Page 1 of 1 (latest)

hushed sinew
#

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```
#

Just as a follow-up - I deleted the integration by just commenting out this code and restarting HA. Not sure if there was another way to do it.