Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mobile_app Namespace Reference

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
 

Detailed Description

Integrates Native Apps to Home Assistant.

Function Documentation

◆ async_remove_entry()

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.

◆ async_setup()

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.

◆ async_setup_entry()

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.

◆ async_unload_entry()

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.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.mobile_app.CONFIG_SCHEMA

Definition at line 58 of file __init__.py.

◆ PLATFORMS

homeassistant.components.mobile_app.PLATFORMS

Definition at line 56 of file __init__.py.