Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| sensor | |
| switch | |
| util | |
| valve | |
Classes | |
| class | GuardianData |
| class | PairedSensorManager |
Functions | |
| str | async_get_entry_id_for_service_call (HomeAssistant hass, ServiceCall call) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| string | DATA_PAIRED_SENSOR_MANAGER = "paired_sensor_manager" |
| list | PLATFORMS |
| SERVICE_BASE_SCHEMA | |
| string | SERVICE_NAME_PAIR_SENSOR = "pair_sensor" |
| string | SERVICE_NAME_UNPAIR_SENSOR = "unpair_sensor" |
| string | SERVICE_NAME_UPGRADE_FIRMWARE = "upgrade_firmware" |
| SERVICE_PAIR_UNPAIR_SENSOR_SCHEMA | |
| SERVICE_UPGRADE_FIRMWARE_SCHEMA | |
| tuple | SERVICES |
The Elexa Guardian integration.
| str homeassistant.components.guardian.async_get_entry_id_for_service_call | ( | HomeAssistant | hass, |
| ServiceCall | call | ||
| ) |
Get the entry ID related to a service call (by device ID).
Definition at line 97 of file __init__.py.
| bool homeassistant.components.guardian.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Elexa Guardian from a config entry.
Definition at line 114 of file __init__.py.
| bool homeassistant.components.guardian.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 244 of file __init__.py.
| string homeassistant.components.guardian.DATA_PAIRED_SENSOR_MANAGER = "paired_sensor_manager" |
Definition at line 43 of file __init__.py.
| list homeassistant.components.guardian.PLATFORMS |
Definition at line 77 of file __init__.py.
| homeassistant.components.guardian.SERVICE_BASE_SCHEMA |
Definition at line 55 of file __init__.py.
| string homeassistant.components.guardian.SERVICE_NAME_PAIR_SENSOR = "pair_sensor" |
Definition at line 45 of file __init__.py.
| string homeassistant.components.guardian.SERVICE_NAME_UNPAIR_SENSOR = "unpair_sensor" |
Definition at line 46 of file __init__.py.
| string homeassistant.components.guardian.SERVICE_NAME_UPGRADE_FIRMWARE = "upgrade_firmware" |
Definition at line 47 of file __init__.py.
| homeassistant.components.guardian.SERVICE_PAIR_UNPAIR_SENSOR_SCHEMA |
Definition at line 61 of file __init__.py.
| homeassistant.components.guardian.SERVICE_UPGRADE_FIRMWARE_SCHEMA |
Definition at line 68 of file __init__.py.
| tuple homeassistant.components.guardian.SERVICES |
Definition at line 49 of file __init__.py.