Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ambient_station.binary_sensor.AmbientBinarySensorDescription
 
class  homeassistant.components.ambient_station.binary_sensor.AmbientWeatherBinarySensor
 

Namespaces

 homeassistant.components.ambient_station.binary_sensor
 

Functions

None homeassistant.components.ambient_station.binary_sensor.async_setup_entry (HomeAssistant hass, AmbientStationConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

tuple homeassistant.components.ambient_station.binary_sensor.BINARY_SENSOR_DESCRIPTIONS
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT1 = "batt1"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT10 = "batt10"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT2 = "batt2"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT3 = "batt3"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT4 = "batt4"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT5 = "batt5"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT6 = "batt6"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT7 = "batt7"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT8 = "batt8"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT9 = "batt9"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_CO2 = "batt_co2"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_LEAK1 = "batleak1"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_LEAK2 = "batleak2"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_LEAK3 = "batleak3"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_LEAK4 = "batleak4"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_LIGHTNING = "batt_lightning"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM1 = "battsm1"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM10 = "battsm10"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM2 = "battsm2"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM3 = "battsm3"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM4 = "battsm4"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM5 = "battsm5"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM6 = "battsm6"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM7 = "battsm7"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM8 = "battsm8"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATT_SM9 = "battsm9"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATTIN = "battin"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_BATTOUT = "battout"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_LEAK1 = "leak1"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_LEAK2 = "leak2"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_LEAK3 = "leak3"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_LEAK4 = "leak4"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_PM25_BATT = "batt_25"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_PM25IN_BATT = "batt_25in"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY1 = "relay1"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY10 = "relay10"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY2 = "relay2"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY3 = "relay3"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY4 = "relay4"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY5 = "relay5"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY6 = "relay6"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY7 = "relay7"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY8 = "relay8"
 
string homeassistant.components.ambient_station.binary_sensor.TYPE_RELAY9 = "relay9"