Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.doorbird Namespace Reference

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)
 

Detailed Description

Support for DoorBird devices.

Function Documentation

◆ _async_register_events()

bool homeassistant.components.doorbird._async_register_events ( HomeAssistant  hass,
ConfiguredDoorBird  door_station,
DoorBirdConfigEntry   entry 
)
private
Register events on device.

Definition at line 89 of file __init__.py.

◆ _update_listener()

None homeassistant.components.doorbird._update_listener ( HomeAssistant  hass,
DoorBirdConfigEntry  entry 
)
private
Handle options update.

Definition at line 118 of file __init__.py.

◆ async_setup()

bool homeassistant.components.doorbird.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the DoorBird component.

Definition at line 37 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.doorbird.async_unload_entry ( HomeAssistant  hass,
DoorBirdConfigEntry  entry 
)
Unload a config entry.

Definition at line 84 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.doorbird._LOGGER = logging.getLogger(__name__)
private

Definition at line 34 of file __init__.py.

◆ CONF_CUSTOM_URL

string homeassistant.components.doorbird.CONF_CUSTOM_URL = "hass_url_override"

Definition at line 30 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.doorbird.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 32 of file __init__.py.