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

Variables

string ATTR_ON = "on"
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 
 SCAN_INTERVAL = timedelta(seconds=10)
 
string SERVICE_IDENTIFY = "identify"
 

Detailed Description

Constants for the Elgato Light integration.

Variable Documentation

◆ ATTR_ON

string homeassistant.components.elgato.const.ATTR_ON = "on"

Definition at line 16 of file const.py.

◆ Final

homeassistant.components.elgato.const.Final

Definition at line 10 of file const.py.

◆ LOGGER

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

Definition at line 12 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.elgato.const.SCAN_INTERVAL = timedelta(seconds=10)

Definition at line 13 of file const.py.

◆ SERVICE_IDENTIFY

string homeassistant.components.elgato.const.SERVICE_IDENTIFY = "identify"

Definition at line 19 of file const.py.