Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.android_ip_webcam.binary_sensor Namespace Reference

Classes

class  IPWebcamBinarySensor
 

Functions

None async_setup_entry (HomeAssistant hass, AndroidIPCamConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 BINARY_SENSOR_DESCRIPTION
 

Detailed Description

Support for Android IP Webcam binary sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.android_ip_webcam.binary_sensor.async_setup_entry ( HomeAssistant  hass,
AndroidIPCamConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the IP Webcam sensors from config entry.

Definition at line 24 of file binary_sensor.py.

Variable Documentation

◆ BINARY_SENSOR_DESCRIPTION

homeassistant.components.android_ip_webcam.binary_sensor.BINARY_SENSOR_DESCRIPTION
Initial value:
1 = BinarySensorEntityDescription(
2  key="motion_active",
3  name="Motion active",
4  device_class=BinarySensorDeviceClass.MOTION,
5 )

Definition at line 17 of file binary_sensor.py.