Go to the source code of this file.
|
| None | homeassistant.components.cloud._remote_handle_prefs_updated (Cloud[CloudClient] cloud) |
| |
| None | homeassistant.components.cloud._setup_services (HomeAssistant hass, CloudPreferences prefs) |
| |
| bool | homeassistant.components.cloud.async_active_subscription (HomeAssistant hass) |
| |
| str | homeassistant.components.cloud.async_create_cloudhook (HomeAssistant hass, str webhook_id) |
| |
| None | homeassistant.components.cloud.async_delete_cloudhook (HomeAssistant hass, str webhook_id) |
| |
| str | homeassistant.components.cloud.async_get_or_create_cloudhook (HomeAssistant hass, str webhook_id) |
| |
| bool | homeassistant.components.cloud.async_is_connected (HomeAssistant hass) |
| |
| bool | homeassistant.components.cloud.async_is_logged_in (HomeAssistant hass) |
| |
| Callable[[], None] | homeassistant.components.cloud.async_listen_connection_change (HomeAssistant hass, Callable[[CloudConnectionState], Awaitable[None]|None] target) |
| |
| str | homeassistant.components.cloud.async_remote_ui_url (HomeAssistant hass) |
| |
| bool | homeassistant.components.cloud.async_setup (HomeAssistant hass, ConfigType config) |
| |
| bool | homeassistant.components.cloud.async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| |
| bool | homeassistant.components.cloud.async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| |