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

Variables

string ATTRIBUTION = "Data provided by goabode.com"
 
string CONF_POLLING = "polling"
 
string DOMAIN = "abode"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Abode Security System component.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.abode.const.ATTRIBUTION = "Data provided by goabode.com"

Definition at line 8 of file const.py.

◆ CONF_POLLING

string homeassistant.components.abode.const.CONF_POLLING = "polling"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.abode.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.