My netatmo binary sensors works with no hiccups (someone know, someone unknown and motion), but the webhooks events (netatmo_movement, netatmo_person, and so on…) aren’t triggered anyway.
The webook URL in the cloud configuration it’s been correclty created and activated and the events on the smartphone app is correctly fired, but still no event triggered on my automation…
- id: "welcome_movement"
alias: "Welcome Movement"
trigger:
- platform: event
event_type: netatmo_movement
- platform: event
event_type: netatmo_human
- platform: event
event_type: netatmo_other
- platform: event
event_type: netatmo_person
action:
- service: persistent_notification.create
data:
title: "Netatmo Welcome"
message: "Movimento rilevato."
notification_id: 'welcome_movement'
Where’s the problem?