|
| None | __init__ (self, HomeAssistant hass, str locale) |
| |
| None | async_initialise (self, ConfigEntry config_entry) |
| |
| None | async_initialise_vehicle (self, KamereonVehiclesLink vehicle_link, RenaultAccount renault_account, timedelta scan_interval, ConfigEntry config_entry, dr.DeviceRegistry device_registry) |
| |
| bool | attempt_login (self, str username, str password) |
| |
| list[str] | get_account_ids (self) |
| |
| dict[str, RenaultVehicleProxy] | vehicles (self) |
| |
Handle account communication with Renault servers.
Definition at line 33 of file renault_hub.py.
◆ __init__()
| None homeassistant.components.renault.renault_hub.RenaultHub.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass, |
|
|
str |
locale |
|
) |
| |
◆ async_initialise()
| None homeassistant.components.renault.renault_hub.RenaultHub.async_initialise |
( |
|
self, |
|
|
ConfigEntry |
config_entry |
|
) |
| |
◆ async_initialise_vehicle()
| None homeassistant.components.renault.renault_hub.RenaultHub.async_initialise_vehicle |
( |
|
self, |
|
|
KamereonVehiclesLink |
vehicle_link, |
|
|
RenaultAccount |
renault_account, |
|
|
timedelta |
scan_interval, |
|
|
ConfigEntry |
config_entry, |
|
|
dr.DeviceRegistry |
device_registry |
|
) |
| |
◆ attempt_login()
| bool homeassistant.components.renault.renault_hub.RenaultHub.attempt_login |
( |
|
self, |
|
|
str |
username, |
|
|
str |
password |
|
) |
| |
◆ get_account_ids()
| list[str] homeassistant.components.renault.renault_hub.RenaultHub.get_account_ids |
( |
|
self | ) |
|
◆ vehicles()
| dict[str, RenaultVehicleProxy] homeassistant.components.renault.renault_hub.RenaultHub.vehicles |
( |
|
self | ) |
|
◆ _account
| homeassistant.components.renault.renault_hub.RenaultHub._account |
|
private |
◆ _client
| homeassistant.components.renault.renault_hub.RenaultHub._client |
|
private |
◆ _hass
| homeassistant.components.renault.renault_hub.RenaultHub._hass |
|
private |
The documentation for this class was generated from the following file: