Home Assistant Unofficial Reference 2024.12.1
util.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mobile_app.util
 

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)
 

Variables

 homeassistant.components.mobile_app.util._CLOUD_HOOK_LOCK = asyncio.Lock()