Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.zoneminder
 

Functions

bool homeassistant.components.zoneminder.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.zoneminder._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.zoneminder.CONF_PATH_ZMS = "path_zms"
 
 homeassistant.components.zoneminder.CONFIG_SCHEMA
 
string homeassistant.components.zoneminder.DEFAULT_PATH = "/zm/"
 
string homeassistant.components.zoneminder.DEFAULT_PATH_ZMS = "/zm/cgi-bin/nph-zms"
 
bool homeassistant.components.zoneminder.DEFAULT_SSL = False
 
int homeassistant.components.zoneminder.DEFAULT_TIMEOUT = 10
 
bool homeassistant.components.zoneminder.DEFAULT_VERIFY_SSL = True
 
string homeassistant.components.zoneminder.DOMAIN = "zoneminder"
 
 homeassistant.components.zoneminder.HOST_CONFIG_SCHEMA
 
string homeassistant.components.zoneminder.SERVICE_SET_RUN_STATE = "set_run_state"
 
 homeassistant.components.zoneminder.SET_RUN_STATE_SCHEMA