From cac1faa8ac66bff82abcc1fd1c384099c21f6dbf Mon Sep 17 00:00:00 2001 From: tubalainen Date: Fri, 10 May 2019 16:47:40 +0200 Subject: [PATCH] Update of the home assistant integration example sensor to binary_sensor device_class type "moving" does not exist, update to "motion" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 933a6ccfa..de7cc083e 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,12 @@ camera: platform: generic still_image_url: http://:5000//best_person.jpg -sensor: +binary_sensor: - name: Camera Person platform: mqtt state_topic: "frigate//objects" value_template: '{{ value_json.person }}' - device_class: moving + device_class: motion availability_topic: "frigate/available" ```