Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.foobot.sensor.FoobotData
 
class  homeassistant.components.foobot.sensor.FoobotSensor
 

Namespaces

 homeassistant.components.foobot.sensor
 

Functions

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

Variables

 homeassistant.components.foobot.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.foobot.sensor.ATTR_CARBON_DIOXIDE = "CO2"
 
string homeassistant.components.foobot.sensor.ATTR_FOOBOT_INDEX = "index"
 
string homeassistant.components.foobot.sensor.ATTR_HUMIDITY = "humidity"
 
string homeassistant.components.foobot.sensor.ATTR_PM2_5 = "PM2.5"
 
string homeassistant.components.foobot.sensor.ATTR_VOLATILE_ORGANIC_COMPOUNDS = "VOC"
 
int homeassistant.components.foobot.sensor.PARALLEL_UPDATES = 1
 
 homeassistant.components.foobot.sensor.PLATFORM_SCHEMA
 
 homeassistant.components.foobot.sensor.SCAN_INTERVAL = timedelta(minutes=10)
 
int homeassistant.components.foobot.sensor.TIMEOUT = 10