Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.wirelesstag.binary_sensor.WirelessTagBinarySensor
 

Namespaces

 homeassistant.components.wirelesstag.binary_sensor
 

Functions

None homeassistant.components.wirelesstag.binary_sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.wirelesstag.binary_sensor.PLATFORM_SCHEMA
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_BATTERY = "battery"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_COLD = "cold"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_DOOR = "door"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_DRY = "dry"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_HEAT = "heat"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_LIGHT = "light"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_MOISTURE = "moisture"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_MOTION = "motion"
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_PRESENCE = "presence"
 
dictionary homeassistant.components.wirelesstag.binary_sensor.SENSOR_TYPES
 
string homeassistant.components.wirelesstag.binary_sensor.SENSOR_WET = "wet"