Classes | |
| class | PriceType |
Functions | |
| EasyEnergyDataUpdateCoordinator | __get_coordinator (HomeAssistant hass, ServiceCall call) |
| date|datetime | __get_date (str|None date_input) |
| ServiceResponse | __get_prices (ServiceCall call, *HomeAssistant hass, PriceType price_type) |
| ServiceResponse | __serialize_prices (list[dict[str, float|datetime]] prices) |
| None | async_setup_services (HomeAssistant hass) |
Variables | |
| Final | |
Services for easyEnergy integration.
|
private |
Get the coordinator from the entry.
Definition at line 89 of file services.py.
|
private |
Get date.
Definition at line 58 of file services.py.
|
private |
Get prices from easyEnergy.
Definition at line 117 of file services.py.
|
private |
Serialize prices to service response.
Definition at line 76 of file services.py.
| None homeassistant.components.easyenergy.services.async_setup_services | ( | HomeAssistant | hass | ) |
Set up services for easyEnergy integration.
Definition at line 154 of file services.py.
| homeassistant.components.easyenergy.services.Final |
Definition at line 28 of file services.py.