Namespaces | |
| alarm_control_panel | |
| camera | |
| config_flow | |
| const | |
| diagnostics | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.ALARM_CONTROL_PANEL, Platform.CAMERA] |
The Prosegur Alarm integration.
| bool homeassistant.components.prosegur.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Prosegur Alarm from a config entry.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.prosegur.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 47 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| list homeassistant.components.prosegur.PLATFORMS = [Platform.ALARM_CONTROL_PANEL, Platform.CAMERA] |
Definition at line 15 of file __init__.py.