Namespaces | |
| binary_sensor | |
| camera | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_PATH_ZMS = "path_zms" |
| CONFIG_SCHEMA | |
| string | DEFAULT_PATH = "/zm/" |
| string | DEFAULT_PATH_ZMS = "/zm/cgi-bin/nph-zms" |
| bool | DEFAULT_SSL = False |
| int | DEFAULT_TIMEOUT = 10 |
| bool | DEFAULT_VERIFY_SSL = True |
| string | DOMAIN = "zoneminder" |
| HOST_CONFIG_SCHEMA | |
| string | SERVICE_SET_RUN_STATE = "set_run_state" |
| SET_RUN_STATE_SCHEMA | |
Support for ZoneMinder.
| bool homeassistant.components.zoneminder.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the ZoneMinder component.
Definition at line 58 of file __init__.py.
|
private |
Definition at line 25 of file __init__.py.
| string homeassistant.components.zoneminder.CONF_PATH_ZMS = "path_zms" |
Definition at line 27 of file __init__.py.
| homeassistant.components.zoneminder.CONFIG_SCHEMA |
Definition at line 48 of file __init__.py.
| string homeassistant.components.zoneminder.DEFAULT_PATH = "/zm/" |
Definition at line 29 of file __init__.py.
| string homeassistant.components.zoneminder.DEFAULT_PATH_ZMS = "/zm/cgi-bin/nph-zms" |
Definition at line 30 of file __init__.py.
| bool homeassistant.components.zoneminder.DEFAULT_SSL = False |
Definition at line 31 of file __init__.py.
| int homeassistant.components.zoneminder.DEFAULT_TIMEOUT = 10 |
Definition at line 32 of file __init__.py.
| bool homeassistant.components.zoneminder.DEFAULT_VERIFY_SSL = True |
Definition at line 33 of file __init__.py.
| string homeassistant.components.zoneminder.DOMAIN = "zoneminder" |
Definition at line 34 of file __init__.py.
| homeassistant.components.zoneminder.HOST_CONFIG_SCHEMA |
Definition at line 36 of file __init__.py.
| string homeassistant.components.zoneminder.SERVICE_SET_RUN_STATE = "set_run_state" |
Definition at line 52 of file __init__.py.
| homeassistant.components.zoneminder.SET_RUN_STATE_SCHEMA |
Definition at line 53 of file __init__.py.