You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to write an automation that sends a telegram notification when a Human is detected. I'm sure the code works because the "action" part works great on another automation. I think this integration has some problems. Or am I doing something wrong?
alias: Capture snapshot when person is detected
description: ''
trigger:
- platform: state
entity_id: binary_sensor.esterna_motion
attribute: event_object
to: human
# condition: []
action:
- service: notify.nico
data_template:
message: "ripresa esterna"
data:
photo:
- url: 'http://test.local:8000/image?cameraNxxxxxxxx'
caption: "test human" {{now().strftime("%d.%m.%y - %H:%M:%S")}}
The text was updated successfully, but these errors were encountered:
If I do external camera entity status update from tools and developers, it detects humans. But the automation code, which seems to be right, doesn't work.
Hi, I'm trying to write an automation that sends a telegram notification when a Human is detected. I'm sure the code works because the "action" part works great on another automation. I think this integration has some problems. Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: