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

Variables

string DOMAIN = "schlage"
 
 LOGGER = logging.getLogger(__package__)
 
string MANUFACTURER = "Schlage"
 
 UPDATE_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Constants for the Schlage integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 6 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.

◆ MANUFACTURER

string homeassistant.components.schlage.const.MANUFACTURER = "Schlage"

Definition at line 8 of file const.py.

◆ UPDATE_INTERVAL

homeassistant.components.schlage.const.UPDATE_INTERVAL = timedelta(seconds=30)

Definition at line 9 of file const.py.