We have a device with:
type: action.devices.types.DOORBELL
traits: action.devices.traits.ObjectDetection
In the Google Home app we see the device as a Doorbell and can add routines which triggers on ”Doorbell rings”. When an notification for ObjectDetection is sent to homegraph we can see it as a SUCCESS in the homegraph logs but the routine we defined in the app is not triggered. If we enable ”Voice notification” on the doorbell in the app then we here ”There is someone at <name>”. So the google server seems to be successfully receiving the notification but somehow it cannot trigger the routine.
Why could that be?