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

Variables

string API_URL = f"/api/{DOMAIN}"
 
string CONF_EVENTS = "events"
 
string DEFAULT_DOORBELL_EVENT = "doorbell"
 
tuple DEFAULT_EVENT_TYPES
 
string DEFAULT_MOTION_EVENT = "motion"
 
string DOMAIN = "doorbird"
 
string DOORBIRD_INFO_KEY_BUILD_NUMBER = "BUILD_NUMBER"
 
string DOORBIRD_INFO_KEY_DEVICE_TYPE = "DEVICE-TYPE"
 
string DOORBIRD_INFO_KEY_FIRMWARE = "FIRMWARE"
 
string DOORBIRD_INFO_KEY_PRIMARY_MAC_ADDR = "PRIMARY_MAC_ADDR"
 
string DOORBIRD_INFO_KEY_RELAYS = "RELAYS"
 
string DOORBIRD_INFO_KEY_WIFI_MAC_ADDR = "WIFI_MAC_ADDR"
 
string DOORBIRD_OUI = "1CCAE3"
 
string HTTP_EVENT_TYPE = "http"
 
string MANUFACTURER = "Bird Home Automation Group"
 
int MAX_WEEKDAY = 104399
 
int MIN_WEEKDAY = 104400
 
list PLATFORMS = [Platform.BUTTON, Platform.CAMERA, Platform.EVENT]
 
string UNDO_UPDATE_LISTENER = "undo_update_listener"
 

Detailed Description

The DoorBird integration constants.

Variable Documentation

◆ API_URL

string homeassistant.components.doorbird.const.API_URL = f"/api/{DOMAIN}"

Definition at line 21 of file const.py.

◆ CONF_EVENTS

string homeassistant.components.doorbird.const.CONF_EVENTS = "events"

Definition at line 8 of file const.py.

◆ DEFAULT_DOORBELL_EVENT

string homeassistant.components.doorbird.const.DEFAULT_DOORBELL_EVENT = "doorbell"

Definition at line 24 of file const.py.

◆ DEFAULT_EVENT_TYPES

tuple homeassistant.components.doorbird.const.DEFAULT_EVENT_TYPES
Initial value:
1 = (
2  (DEFAULT_DOORBELL_EVENT, "doorbell"),
3  (DEFAULT_MOTION_EVENT, "motion"),
4 )

Definition at line 27 of file const.py.

◆ DEFAULT_MOTION_EVENT

string homeassistant.components.doorbird.const.DEFAULT_MOTION_EVENT = "motion"

Definition at line 25 of file const.py.

◆ DOMAIN

string homeassistant.components.doorbird.const.DOMAIN = "doorbird"

Definition at line 5 of file const.py.

◆ DOORBIRD_INFO_KEY_BUILD_NUMBER

string homeassistant.components.doorbird.const.DOORBIRD_INFO_KEY_BUILD_NUMBER = "BUILD_NUMBER"

Definition at line 13 of file const.py.

◆ DOORBIRD_INFO_KEY_DEVICE_TYPE

string homeassistant.components.doorbird.const.DOORBIRD_INFO_KEY_DEVICE_TYPE = "DEVICE-TYPE"

Definition at line 14 of file const.py.

◆ DOORBIRD_INFO_KEY_FIRMWARE

string homeassistant.components.doorbird.const.DOORBIRD_INFO_KEY_FIRMWARE = "FIRMWARE"

Definition at line 12 of file const.py.

◆ DOORBIRD_INFO_KEY_PRIMARY_MAC_ADDR

string homeassistant.components.doorbird.const.DOORBIRD_INFO_KEY_PRIMARY_MAC_ADDR = "PRIMARY_MAC_ADDR"

Definition at line 16 of file const.py.

◆ DOORBIRD_INFO_KEY_RELAYS

string homeassistant.components.doorbird.const.DOORBIRD_INFO_KEY_RELAYS = "RELAYS"

Definition at line 15 of file const.py.

◆ DOORBIRD_INFO_KEY_WIFI_MAC_ADDR

string homeassistant.components.doorbird.const.DOORBIRD_INFO_KEY_WIFI_MAC_ADDR = "WIFI_MAC_ADDR"

Definition at line 17 of file const.py.

◆ DOORBIRD_OUI

string homeassistant.components.doorbird.const.DOORBIRD_OUI = "1CCAE3"

Definition at line 10 of file const.py.

◆ HTTP_EVENT_TYPE

string homeassistant.components.doorbird.const.HTTP_EVENT_TYPE = "http"

Definition at line 32 of file const.py.

◆ MANUFACTURER

string homeassistant.components.doorbird.const.MANUFACTURER = "Bird Home Automation Group"

Definition at line 9 of file const.py.

◆ MAX_WEEKDAY

int homeassistant.components.doorbird.const.MAX_WEEKDAY = 104399

Definition at line 34 of file const.py.

◆ MIN_WEEKDAY

int homeassistant.components.doorbird.const.MIN_WEEKDAY = 104400

Definition at line 33 of file const.py.

◆ PLATFORMS

list homeassistant.components.doorbird.const.PLATFORMS = [Platform.BUTTON, Platform.CAMERA, Platform.EVENT]

Definition at line 6 of file const.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.doorbird.const.UNDO_UPDATE_LISTENER = "undo_update_listener"

Definition at line 19 of file const.py.