Functions | |
| str | async_create_cloud_hook (HomeAssistant hass, str webhook_id, ConfigEntry|None entry) |
| str|None | get_notify_service (HomeAssistant hass, str webhook_id) |
| bool | supports_push (HomeAssistant hass, str webhook_id) |
| str|None | webhook_id_from_device_id (HomeAssistant hass, str device_id) |
Variables | |
| _CLOUD_HOOK_LOCK = asyncio.Lock() | |
Mobile app utility functions.
| str homeassistant.components.mobile_app.util.async_create_cloud_hook | ( | HomeAssistant | hass, |
| str | webhook_id, | ||
| ConfigEntry | None | entry | ||
| ) |
| str | None homeassistant.components.mobile_app.util.get_notify_service | ( | HomeAssistant | hass, |
| str | webhook_id | ||
| ) |
| bool homeassistant.components.mobile_app.util.supports_push | ( | HomeAssistant | hass, |
| str | webhook_id | ||
| ) |
| str | None homeassistant.components.mobile_app.util.webhook_id_from_device_id | ( | HomeAssistant | hass, |
| str | device_id | ||
| ) |