Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kaiterra.api_data Namespace Reference

Classes

class  KaiterraApiData
 

Variables

 _LOGGER = getLogger(__name__)
 
dictionary POLLUTANTS = {"rpm25c": "PM2.5", "rpm10c": "PM10", "rtvoc": "TVOC", "rco2": "CO2"}
 

Detailed Description

Data for all Kaiterra devices.

Variable Documentation

◆ _LOGGER

homeassistant.components.kaiterra.api_data._LOGGER = getLogger(__name__)
private

Definition at line 20 of file api_data.py.

◆ POLLUTANTS

dictionary homeassistant.components.kaiterra.api_data.POLLUTANTS = {"rpm25c": "PM2.5", "rpm10c": "PM10", "rtvoc": "TVOC", "rco2": "CO2"}

Definition at line 22 of file api_data.py.