Namespaces | |
| button | |
| camera | |
| config_flow | |
| const | |
| device | |
| entity | |
| event | |
| logbook | |
| models | |
| repairs | |
| util | |
| view | |
Functions | |
| bool | _async_register_events (HomeAssistant hass, ConfiguredDoorBird door_station, DoorBirdConfigEntry entry) |
| None | _update_listener (HomeAssistant hass, DoorBirdConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, DoorBirdConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, DoorBirdConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_CUSTOM_URL = "hass_url_override" |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
Support for DoorBird devices.
|
private |
Register events on device.
Definition at line 89 of file __init__.py.
|
private |
Handle options update.
Definition at line 118 of file __init__.py.
| bool homeassistant.components.doorbird.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the DoorBird component.
Definition at line 37 of file __init__.py.
| bool homeassistant.components.doorbird.async_setup_entry | ( | HomeAssistant | hass, |
| DoorBirdConfigEntry | entry | ||
| ) |
Set up DoorBird from a config entry.
Definition at line 44 of file __init__.py.
| bool homeassistant.components.doorbird.async_unload_entry | ( | HomeAssistant | hass, |
| DoorBirdConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 84 of file __init__.py.
|
private |
Definition at line 34 of file __init__.py.
| string homeassistant.components.doorbird.CONF_CUSTOM_URL = "hass_url_override" |
Definition at line 30 of file __init__.py.
| homeassistant.components.doorbird.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 32 of file __init__.py.