Thanks for the great guide!
Unfortunately I can’t get the notification to work in HomeKit. I followed your guide (just had to change the name of the event to “event_type: doorbird_door_doorbird_”).
The binary sensor in Home Assistant works. It switches to “on” for 3 seconds when ringing the bell.
The camera is also shown in HomeKit, but I don’t get a notification. It seems to be shown just as a regular camera, not a doorbell. Is there anything that still needs to be configured in HomeKit?
Thanks!
# Binary sensor for DoorBird doorbell press
template:
- trigger:
- platform: event
event_type: doorbird_door_doorbird_
binary_sensor:
- name: doorbell_button
auto_off: 3
state: "true"
- filter:
include_entities:
- camera.door_doorbird_live
name: Doorbell
entity_config:
camera.doorbird_live:
name: Doorbell
linked_doorbell_sensor: binary_sensor.doorbell_button