Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiBinarySensor
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiButton
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiCube
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiDoorSensor
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiMotionSensor
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiNatgasSensor
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiSmokeSensor
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiVibration
 
class  homeassistant.components.xiaomi_aqara.binary_sensor.XiaomiWaterLeakSensor
 

Namespaces

 homeassistant.components.xiaomi_aqara.binary_sensor
 

Functions

None homeassistant.components.xiaomi_aqara.binary_sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.xiaomi_aqara.binary_sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.xiaomi_aqara.binary_sensor.ATTR_DENSITY = "Density"
 
string homeassistant.components.xiaomi_aqara.binary_sensor.ATTR_LAST_ACTION = "last_action"
 
string homeassistant.components.xiaomi_aqara.binary_sensor.ATTR_NO_MOTION_SINCE = "No motion since"
 
string homeassistant.components.xiaomi_aqara.binary_sensor.ATTR_OPEN_SINCE = "Open since"
 
string homeassistant.components.xiaomi_aqara.binary_sensor.DENSITY = "density"
 
string homeassistant.components.xiaomi_aqara.binary_sensor.MOTION = "motion"
 
string homeassistant.components.xiaomi_aqara.binary_sensor.NO_CLOSE = "no_close"
 
string homeassistant.components.xiaomi_aqara.binary_sensor.NO_MOTION = "no_motion"