* Add Tasmota device trigger * Correct import * Remove useless try-except * Remove commented out code * Align with hatasmota 0.0.14 * Update according to review comments
8 lines
184 B
Python
8 lines
184 B
Python
"""Constants used by multiple Tasmota modules."""
|
|
CONF_DISCOVERY_PREFIX = "discovery_prefix"
|
|
|
|
DEFAULT_PREFIX = "tasmota/discovery"
|
|
|
|
DOMAIN = "tasmota"
|
|
|
|
TASMOTA_EVENT = "tasmota_event"
|