I am trying to send image in push notification which my aqara motion sensor sends when triggered. But I am at the moment unable to use capture feature in hass because it is not showing as a state in states tab. I have following in my configuration.yaml
camera:
- platform: generic
name: “entrance”
still_image_url: http://iptonvr/cgi-bin/snapshot.cgi?channel=2
authentication: digest
username: ****
password: ****
When I check dev-states I have the following:
state: idle
access_token: ****
friendly_name: entrance
entity_picture: /api/camera_proxy/camera.entrance?token=****
supported_features: 0
In different posts I have noted people have other options available in state, which they are using in automation.yaml. So any ideas what I am doing wrong or how i can resolve this issue?
I am using Dahua NVR 4232
HASS Version: 0.84.6