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

Variables

string ATTR_MANUFACTURER = "SMLIGHT"
 
string DATA_COORDINATOR = "data"
 
string DOMAIN = "smlight"
 
string FIRMWARE_COORDINATOR = "firmware"
 
 LOGGER = logging.getLogger(__package__)
 
 SCAN_FIRMWARE_INTERVAL = timedelta(hours=6)
 
 SCAN_INTERNET_INTERVAL = timedelta(minutes=15)
 
 SCAN_INTERVAL = timedelta(seconds=300)
 
 UPTIME_DEVIATION = timedelta(seconds=5)
 

Detailed Description

Constants for the SMLIGHT Zigbee integration.

Variable Documentation

◆ ATTR_MANUFACTURER

string homeassistant.components.smlight.const.ATTR_MANUFACTURER = "SMLIGHT"

Definition at line 8 of file const.py.

◆ DATA_COORDINATOR

string homeassistant.components.smlight.const.DATA_COORDINATOR = "data"

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 6 of file const.py.

◆ FIRMWARE_COORDINATOR

string homeassistant.components.smlight.const.FIRMWARE_COORDINATOR = "firmware"

Definition at line 10 of file const.py.

◆ LOGGER

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

Definition at line 13 of file const.py.

◆ SCAN_FIRMWARE_INTERVAL

homeassistant.components.smlight.const.SCAN_FIRMWARE_INTERVAL = timedelta(hours=6)

Definition at line 12 of file const.py.

◆ SCAN_INTERNET_INTERVAL

homeassistant.components.smlight.const.SCAN_INTERNET_INTERVAL = timedelta(minutes=15)

Definition at line 15 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.smlight.const.SCAN_INTERVAL = timedelta(seconds=300)

Definition at line 14 of file const.py.

◆ UPTIME_DEVIATION

homeassistant.components.smlight.const.UPTIME_DEVIATION = timedelta(seconds=5)

Definition at line 16 of file const.py.