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

Variables

string CONF_DISCOVERY_PREFIX = "discovery_prefix"
 
string DATA_REMOVE_DISCOVER_COMPONENT = "tasmota_discover_{}"
 
string DATA_UNSUB = "tasmota_subscriptions"
 
string DEFAULT_PREFIX = "tasmota/discovery"
 
string DOMAIN = "tasmota"
 
list PLATFORMS
 
string TASMOTA_EVENT = "tasmota_event"
 

Detailed Description

Constants used by multiple Tasmota modules.

Variable Documentation

◆ CONF_DISCOVERY_PREFIX

string homeassistant.components.tasmota.const.CONF_DISCOVERY_PREFIX = "discovery_prefix"

Definition at line 5 of file const.py.

◆ DATA_REMOVE_DISCOVER_COMPONENT

string homeassistant.components.tasmota.const.DATA_REMOVE_DISCOVER_COMPONENT = "tasmota_discover_{}"

Definition at line 7 of file const.py.

◆ DATA_UNSUB

string homeassistant.components.tasmota.const.DATA_UNSUB = "tasmota_subscriptions"

Definition at line 8 of file const.py.

◆ DEFAULT_PREFIX

string homeassistant.components.tasmota.const.DEFAULT_PREFIX = "tasmota/discovery"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 12 of file const.py.

◆ PLATFORMS

list homeassistant.components.tasmota.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.COVER,
4  Platform.FAN,
5  Platform.LIGHT,
6  Platform.SENSOR,
7  Platform.SWITCH,
8 ]

Definition at line 14 of file const.py.

◆ TASMOTA_EVENT

string homeassistant.components.tasmota.const.TASMOTA_EVENT = "tasmota_event"

Definition at line 23 of file const.py.