Namespaces | |
| config_flow | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry _) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| string | DOMAIN = "mazda" |
The Mazda Connected Services integration.
| bool homeassistant.components.mazda.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | _ | ||
| ) |
Set up Mazda Connected Services from a config entry.
Definition at line 12 of file __init__.py.
| bool homeassistant.components.mazda.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 30 of file __init__.py.
| string homeassistant.components.mazda.DOMAIN = "mazda" |
Definition at line 9 of file __init__.py.