mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Merge pull request #33 from tubalainen/patch-3
Update of the home assistant integration example
This commit is contained in:
commit
f4587462cf
@ -62,12 +62,12 @@ camera:
|
||||
platform: generic
|
||||
still_image_url: http://<ip>:5000/<camera_name>/best_person.jpg
|
||||
|
||||
sensor:
|
||||
binary_sensor:
|
||||
- name: Camera Person
|
||||
platform: mqtt
|
||||
state_topic: "frigate/<camera_name>/objects"
|
||||
value_template: '{{ value_json.person }}'
|
||||
device_class: moving
|
||||
device_class: motion
|
||||
availability_topic: "frigate/available"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user