Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.ring.const
 

Variables

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