Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| device_action | |
| device_tracker | |
| entity | |
| helpers | |
| http_api | |
| logbook | |
| notify | |
| push_notification | |
| sensor | |
| timers | |
| util | |
| webhook | |
| websocket_api | |
Functions | |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
| PLATFORMS | |
Integrates Native Apps to Home Assistant.
| None homeassistant.components.mobile_app.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Cleanup when entry is removed.
Definition at line 183 of file __init__.py.
| bool homeassistant.components.mobile_app.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the mobile app component.
Definition at line 61 of file __init__.py.
| bool homeassistant.components.mobile_app.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a mobile_app entry.
Definition at line 107 of file __init__.py.
| bool homeassistant.components.mobile_app.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a mobile app entry.
Definition at line 167 of file __init__.py.
| homeassistant.components.mobile_app.CONFIG_SCHEMA |
Definition at line 58 of file __init__.py.
| homeassistant.components.mobile_app.PLATFORMS |
Definition at line 56 of file __init__.py.