Classes | |
| class | FoobotData |
| class | FoobotSensor |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_CARBON_DIOXIDE = "CO2" |
| string | ATTR_FOOBOT_INDEX = "index" |
| string | ATTR_HUMIDITY = "humidity" |
| string | ATTR_PM2_5 = "PM2.5" |
| string | ATTR_VOLATILE_ORGANIC_COMPOUNDS = "VOC" |
| int | PARALLEL_UPDATES = 1 |
| PLATFORM_SCHEMA | |
| SCAN_INTERVAL = timedelta(minutes=10) | |
| int | TIMEOUT = 10 |
Support for the Foobot indoor air quality monitor.
| None homeassistant.components.foobot.sensor.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| 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) |