Classes | |
| class | EliqSensor |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_CHANNEL_ID = "channel_id" |
| string | DEFAULT_NAME = "ELIQ Online" |
| PLATFORM_SCHEMA | |
| SCAN_INTERVAL = timedelta(seconds=60) | |
Monitors home energy use for the ELIQ Online service.
| None homeassistant.components.eliqonline.sensor.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.eliqonline.sensor.CONF_CHANNEL_ID = "channel_id" |
| string homeassistant.components.eliqonline.sensor.DEFAULT_NAME = "ELIQ Online" |
| homeassistant.components.eliqonline.sensor.PLATFORM_SCHEMA |