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

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"
 

Detailed Description

The flume integration.

Function Documentation

◆ _setup_entry()

tuple[FlumeAuth, FlumeDeviceList, Session] homeassistant.components.flume._setup_entry ( HomeAssistant  hass,
ConfigEntry   entry 
)
private
Config entry set up in executor.

Definition at line 47 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.flume.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 102 of file __init__.py.

◆ setup_service()

None homeassistant.components.flume.setup_service ( HomeAssistant  hass)
Add the services for the flume integration.

Definition at line 114 of file __init__.py.

Variable Documentation

◆ CONF_CONFIG_ENTRY

string homeassistant.components.flume.CONF_CONFIG_ENTRY = "config_entry"

Definition at line 39 of file __init__.py.

◆ LIST_NOTIFICATIONS_SERVICE_SCHEMA

homeassistant.components.flume.LIST_NOTIFICATIONS_SERVICE_SCHEMA
Initial value:
1 = vol.All(
2  {
3  vol.Required(CONF_CONFIG_ENTRY): ConfigEntrySelector(),
4  },
5 )

Definition at line 40 of file __init__.py.

◆ SERVICE_LIST_NOTIFICATIONS

string homeassistant.components.flume.SERVICE_LIST_NOTIFICATIONS = "list_notifications"

Definition at line 38 of file __init__.py.