Go to the source code of this file.
Namespaces | |
| homeassistant.components.doorbird.config_flow | |
Functions | |
| vol.Schema | homeassistant.components.doorbird.config_flow._schema_with_defaults (str|None host=None, str|None name=None) |
| bool | homeassistant.components.doorbird.config_flow.async_verify_supported_device (HomeAssistant hass, str host) |
| dict[str, str] | homeassistant.components.doorbird.config_flow.validate_input (HomeAssistant hass, dict[str, Any] data) |
Variables | |
| homeassistant.components.doorbird.config_flow._LOGGER = logging.getLogger(__name__) | |
| homeassistant.components.doorbird.config_flow.AUTH_SCHEMA = vol.Schema(AUTH_VOL_DICT) | |
| dictionary | homeassistant.components.doorbird.config_flow.DEFAULT_OPTIONS = {CONF_EVENTS: [DEFAULT_DOORBELL_EVENT, DEFAULT_MOTION_EVENT]} |
| homeassistant.components.doorbird.config_flow.VolDictType | |