|
| None | __init__ (self, TeslemetryEnergyData data, str key) |
| |
| None | __init__ (self, TeslemetryVehicleDataCoordinator|TeslemetryEnergyHistoryCoordinator|TeslemetryEnergySiteLiveCoordinator|TeslemetryEnergySiteInfoCoordinator coordinator, str key) |
| |
| bool | available (self) |
| |
| Any|None | get (self, str key, Any|None default=None) |
| |
| float | get_number (self, str key, float default) |
| |
| bool | has (self) |
| |
| bool | is_none (self) |
| |
| def | raise_for_scope (self, Scope scope) |
| |
| None | __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None) |
| |
| None | async_update (self) |
| |
| None | __init__ (self, HomeAssistant hass, VehicleSpecific api, dict product) |
| |
| None | __init__ (self, HomeAssistant hass, logging.Logger logger, *config_entries.ConfigEntry|None|UndefinedType config_entry=UNDEFINED, str name, timedelta|None update_interval=None, Callable[[], Awaitable[_DataT]]|None update_method=None, Callable[[], Awaitable[None]]|None setup_method=None, Debouncer[Coroutine[Any, Any, None]]|None request_refresh_debouncer=None, bool always_update=True) |
| |
| Callable[[], None] | async_add_listener (self, CALLBACK_TYPE update_callback, Any context=None) |
| |
| None | async_config_entry_first_refresh (self) |
| |
| Generator[Any] | async_contexts (self) |
| |
| None | async_refresh (self) |
| |
| None | async_register_shutdown (self) |
| |
| None | async_request_refresh (self) |
| |
| None | async_set_update_error (self, Exception err) |
| |
| None | async_set_updated_data (self, _DataT data) |
| |
| None | async_shutdown (self) |
| |
| None | async_update_listeners (self) |
| |
| timedelta|None | update_interval (self) |
| |
| None | update_interval (self, timedelta|None value) |
| |
| None | __init__ (self, HomeAssistant hass, EnergySpecific api) |
| |
| None | __init__ (self, HomeAssistant hass, EnergySpecific api) |
| |
| None | __init__ (self, HomeAssistant hass, EnergySpecific api, dict product) |
| |
Parent class for Teslemetry Energy History Entities.
Definition at line 168 of file entity.py.