Namespaces | |
| alarm_control_panel | |
| camera | |
| config_flow | |
| const | |
| helpers | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AgentDVRConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, AgentDVRConfigEntry config_entry) |
Variables | |
| AgentDVRConfigEntry = ConfigEntry[Agent] | |
| string | ATTRIBUTION = "ispyconnect.com" |
| string | DEFAULT_BRAND = "Agent DVR by ispyconnect.com" |
| list | PLATFORMS = [Platform.ALARM_CONTROL_PANEL, Platform.CAMERA] |
Support for Agent.
| bool homeassistant.components.agent_dvr.async_setup_entry | ( | HomeAssistant | hass, |
| AgentDVRConfigEntry | config_entry | ||
| ) |
Set up the Agent component.
Definition at line 23 of file __init__.py.
| bool homeassistant.components.agent_dvr.async_unload_entry | ( | HomeAssistant | hass, |
| AgentDVRConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 61 of file __init__.py.
| homeassistant.components.agent_dvr.AgentDVRConfigEntry = ConfigEntry[Agent] |
Definition at line 20 of file __init__.py.
| string homeassistant.components.agent_dvr.ATTRIBUTION = "ispyconnect.com" |
Definition at line 15 of file __init__.py.
| string homeassistant.components.agent_dvr.DEFAULT_BRAND = "Agent DVR by ispyconnect.com" |
Definition at line 16 of file __init__.py.
| list homeassistant.components.agent_dvr.PLATFORMS = [Platform.ALARM_CONTROL_PANEL, Platform.CAMERA] |
Definition at line 18 of file __init__.py.