Replies: 1 comment
-
I thought something like this would have worked in the configuration.yaml but sadly I'm not seeing any notifications at Home Assistant notifications:
homeassistant:
host: https://XXXXX
token: XXXXX
events:
- motion
- object_detected I'm able to bash into the docker container and trigger a notification without a problem: curl -X POST -H "Authorization: Bearer XXXXXXX" \
-H "Content-Type: application/json" \
-d '{"message": "Test notification from Viseron Docker"}' \
https://XXXXX/api/services/notify/notify And I'm able to see recordings as a person walks - it triggers the recording on motion. Please advise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm very new to HA and MQTT. Could an expert share how they enable MQTT on Viseron, then connect it to HA and then have HA create notifications on events?
Beta Was this translation helpful? Give feedback.
All reactions