Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| device_tracker | |
| diagnostics | |
| entity | |
| renault_hub | |
| renault_vehicle | |
| select | |
| sensor | |
| services | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, RenaultConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, RenaultConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, RenaultConfigEntry config_entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| RenaultConfigEntry | |
Support for Renault devices.
| bool homeassistant.components.renault.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| RenaultConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 61 of file __init__.py.
| bool homeassistant.components.renault.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Renault component.
Definition at line 21 of file __init__.py.
| bool homeassistant.components.renault.async_setup_entry | ( | HomeAssistant | hass, |
| RenaultConfigEntry | config_entry | ||
| ) |
Load a config entry.
Definition at line 27 of file __init__.py.
| bool homeassistant.components.renault.async_unload_entry | ( | HomeAssistant | hass, |
| RenaultConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 54 of file __init__.py.
| homeassistant.components.renault.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 17 of file __init__.py.
| homeassistant.components.renault.RenaultConfigEntry |
Definition at line 18 of file __init__.py.