Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.recollect_waste.sensor.ReCollectWasteSensor
 

Namespaces

 homeassistant.components.recollect_waste.sensor
 

Functions

None homeassistant.components.recollect_waste.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.recollect_waste.sensor.ATTR_AREA_NAME = "area_name"
 
string homeassistant.components.recollect_waste.sensor.ATTR_PICKUP_TYPES = "pickup_types"
 
tuple homeassistant.components.recollect_waste.sensor.SENSOR_DESCRIPTIONS
 
string homeassistant.components.recollect_waste.sensor.SENSOR_TYPE_CURRENT_PICKUP = "current_pickup"
 
string homeassistant.components.recollect_waste.sensor.SENSOR_TYPE_NEXT_PICKUP = "next_pickup"