Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| util | |
Functions | |
| tuple[FlumeAuth, FlumeDeviceList, Session] | _setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | setup_service (HomeAssistant hass) |
Variables | |
| string | CONF_CONFIG_ENTRY = "config_entry" |
| LIST_NOTIFICATIONS_SERVICE_SCHEMA | |
| string | SERVICE_LIST_NOTIFICATIONS = "list_notifications" |
The flume integration.
|
private |
Config entry set up in executor.
Definition at line 47 of file __init__.py.
| bool homeassistant.components.flume.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up flume from a config entry.
Definition at line 79 of file __init__.py.
| bool homeassistant.components.flume.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 102 of file __init__.py.
| None homeassistant.components.flume.setup_service | ( | HomeAssistant | hass | ) |
Add the services for the flume integration.
Definition at line 114 of file __init__.py.
| string homeassistant.components.flume.CONF_CONFIG_ENTRY = "config_entry" |
Definition at line 39 of file __init__.py.
| homeassistant.components.flume.LIST_NOTIFICATIONS_SERVICE_SCHEMA |
Definition at line 40 of file __init__.py.
| string homeassistant.components.flume.SERVICE_LIST_NOTIFICATIONS = "list_notifications" |
Definition at line 38 of file __init__.py.