diff --git a/atom.xml b/atom.xml index 7e5720e3e1..f260babd9b 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The android_ip_webcam
binary sensor platform lets you observe the motion state of Android IP webcam sensors through Home Assistant.
Devices will be configured automatically. Please refer to the component configuration on how to setup.
+You can also setup the binary motion sensor with the following script:
+binary_sensor:
+ - platform: rest
+ name: Kitchen Motion
+ sensor_class: motion
+ resource: http://IP:8080/sensors.json?sense=motion_active
+ value_template: '{{ value_json.motion_active.data[0][1][0] | round(0) }}'
+
+