Classes | |
| class | ElectricKiwiAccountEntity |
| class | ElectricKiwiAccountSensorEntityDescription |
| class | ElectricKiwiHOPEntity |
| class | ElectricKiwiHOPSensorEntityDescription |
Functions | |
| datetime | _check_and_move_time (Hop hop, str time) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| string | ATTR_EK_HOP_END = "hop_power_end" |
| string | ATTR_EK_HOP_START = "hop_power_start" |
| string | ATTR_HOP_PERCENTAGE = "hop_percentage" |
| string | ATTR_NEXT_BILLING_DATE = "next_billing_date" |
| string | ATTR_TOTAL_CURRENT_BALANCE = "total_account_balance" |
| string | ATTR_TOTAL_RUNNING_BALANCE = "total_running_balance" |
Support for Electric Kiwi sensors.
|
private |
| None homeassistant.components.electric_kiwi.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| string homeassistant.components.electric_kiwi.sensor.ATTR_EK_HOP_END = "hop_power_end" |
| string homeassistant.components.electric_kiwi.sensor.ATTR_EK_HOP_START = "hop_power_start" |
| string homeassistant.components.electric_kiwi.sensor.ATTR_HOP_PERCENTAGE = "hop_percentage" |
| string homeassistant.components.electric_kiwi.sensor.ATTR_NEXT_BILLING_DATE = "next_billing_date" |
| string homeassistant.components.electric_kiwi.sensor.ATTR_TOTAL_CURRENT_BALANCE = "total_account_balance" |