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

Variables

string ATTRIBUTION = "Data provided by Ring.com"
 
string CONF_2FA = "2fa"
 
string CONF_LISTEN_CREDENTIALS = "listen_token"
 
string DEFAULT_ENTITY_NAMESPACE = "ring"
 
string DOMAIN = "ring"
 
 Final
 
string NOTIFICATION_ID = "ring_notification"
 
string NOTIFICATION_TITLE = "Ring Setup"
 
list PLATFORMS
 
 SCAN_INTERVAL = timedelta(minutes=1)
 

Detailed Description

The Ring constants.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.ring.const.ATTRIBUTION = "Data provided by Ring.com"

Definition at line 10 of file const.py.

◆ CONF_2FA

string homeassistant.components.ring.const.CONF_2FA = "2fa"

Definition at line 33 of file const.py.

◆ CONF_LISTEN_CREDENTIALS

string homeassistant.components.ring.const.CONF_LISTEN_CREDENTIALS = "listen_token"

Definition at line 34 of file const.py.

◆ DEFAULT_ENTITY_NAMESPACE

string homeassistant.components.ring.const.DEFAULT_ENTITY_NAMESPACE = "ring"

Definition at line 16 of file const.py.

◆ DOMAIN

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

Definition at line 15 of file const.py.

◆ Final

homeassistant.components.ring.const.Final

Definition at line 36 of file const.py.

◆ NOTIFICATION_ID

string homeassistant.components.ring.const.NOTIFICATION_ID = "ring_notification"

Definition at line 12 of file const.py.

◆ NOTIFICATION_TITLE

string homeassistant.components.ring.const.NOTIFICATION_TITLE = "Ring Setup"

Definition at line 13 of file const.py.

◆ PLATFORMS

list homeassistant.components.ring.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.CAMERA,
5  Platform.EVENT,
6  Platform.LIGHT,
7  Platform.NUMBER,
8  Platform.SENSOR,
9  Platform.SIREN,
10  Platform.SWITCH,
11 ]

Definition at line 18 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.ring.const.SCAN_INTERVAL = timedelta(minutes=1)

Definition at line 31 of file const.py.