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

Variables

string ATTR_DISCOVER_CONFIG = "config"
 
string ATTR_DISCOVER_DEVICES = "devices"
 
string DATA_TELLSTICK = "tellstick_device"
 
int DEFAULT_SIGNAL_REPETITIONS = 1
 
string SIGNAL_TELLCORE_CALLBACK = "tellstick_callback"
 

Detailed Description

Support for Tellstick.

Variable Documentation

◆ ATTR_DISCOVER_CONFIG

string homeassistant.components.tellstick.const.ATTR_DISCOVER_CONFIG = "config"

Definition at line 3 of file const.py.

◆ ATTR_DISCOVER_DEVICES

string homeassistant.components.tellstick.const.ATTR_DISCOVER_DEVICES = "devices"

Definition at line 4 of file const.py.

◆ DATA_TELLSTICK

string homeassistant.components.tellstick.const.DATA_TELLSTICK = "tellstick_device"

Definition at line 6 of file const.py.

◆ DEFAULT_SIGNAL_REPETITIONS

int homeassistant.components.tellstick.const.DEFAULT_SIGNAL_REPETITIONS = 1

Definition at line 8 of file const.py.

◆ SIGNAL_TELLCORE_CALLBACK

string homeassistant.components.tellstick.const.SIGNAL_TELLCORE_CALLBACK = "tellstick_callback"

Definition at line 10 of file const.py.