Classes | |
| class | EBoxData |
| class | EBoxSensor |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | DEFAULT_NAME = "EBox" |
| MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) | |
| PLATFORM_SCHEMA | |
| string | PRICE = "CAD" |
| int | REQUESTS_TIMEOUT = 15 |
| SCAN_INTERVAL = timedelta(minutes=15) | |
Support for EBox. Get data from 'My Usage Page' page: https://client.ebox.ca/myusage
| None homeassistant.components.ebox.sensor.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.ebox.sensor.DEFAULT_NAME = "EBox" |
| homeassistant.components.ebox.sensor.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=15) |
| homeassistant.components.ebox.sensor.PLATFORM_SCHEMA |
| int homeassistant.components.ebox.sensor.REQUESTS_TIMEOUT = 15 |