Functions | |
| bool | async_setup_entry (HomeAssistant hass, TeslaFleetConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, TeslaFleetConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| Final | |
| TeslaFleetConfigEntry | |
Tesla Fleet integration.
| bool homeassistant.components.tesla_fleet.async_setup_entry | ( | HomeAssistant | hass, |
| TeslaFleetConfigEntry | entry | ||
| ) |
Set up TeslaFleet config.
Definition at line 66 of file __init__.py.
| bool homeassistant.components.tesla_fleet.async_unload_entry | ( | HomeAssistant | hass, |
| TeslaFleetConfigEntry | entry | ||
| ) |
Unload TeslaFleet Config.
Definition at line 226 of file __init__.py.
| homeassistant.components.tesla_fleet.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 63 of file __init__.py.
| homeassistant.components.tesla_fleet.Final |
Definition at line 47 of file __init__.py.
| homeassistant.components.tesla_fleet.TeslaFleetConfigEntry |
Definition at line 61 of file __init__.py.