Android IP Webcam Binary Sensor
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.
Examples
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) }}'