Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 

Variables

string homeassistant.components.blink.const.ATTR_CONFIG_ENTRY_ID = "config_entry_id"
 
string homeassistant.components.blink.const.CONF_ALARM_CONTROL_PANEL = "alarm_control_panel"
 
string homeassistant.components.blink.const.CONF_CAMERA = "camera"
 
string homeassistant.components.blink.const.CONF_MIGRATE = "migrate"
 
string homeassistant.components.blink.const.DEFAULT_ATTRIBUTION = "Data provided by immedia-semi.com"
 
string homeassistant.components.blink.const.DEFAULT_BRAND = "Blink"
 
int homeassistant.components.blink.const.DEFAULT_OFFSET = 1
 
int homeassistant.components.blink.const.DEFAULT_SCAN_INTERVAL = 300
 
string homeassistant.components.blink.const.DEVICE_ID = "Home Assistant"
 
string homeassistant.components.blink.const.DOMAIN = "blink"
 
list homeassistant.components.blink.const.PLATFORMS
 
string homeassistant.components.blink.const.SERVICE_RECORD = "record"
 
string homeassistant.components.blink.const.SERVICE_SAVE_RECENT_CLIPS = "save_recent_clips"
 
string homeassistant.components.blink.const.SERVICE_SAVE_VIDEO = "save_video"
 
string homeassistant.components.blink.const.SERVICE_SEND_PIN = "send_pin"
 
string homeassistant.components.blink.const.SERVICE_TRIGGER = "trigger_camera"
 
string homeassistant.components.blink.const.SIGNAL_UPDATE_BLINK = "blink_update"
 
string homeassistant.components.blink.const.TYPE_BATTERY = "battery"
 
string homeassistant.components.blink.const.TYPE_CAMERA_ARMED = "motion_enabled"
 
string homeassistant.components.blink.const.TYPE_MOTION_DETECTED = "motion_detected"
 
string homeassistant.components.blink.const.TYPE_TEMPERATURE = "temperature"
 
string homeassistant.components.blink.const.TYPE_WIFI_STRENGTH = "wifi_strength"