Support reloading Tasmota config entries (#42097)
This commit is contained in:
parent
3661035397
commit
de35d58fd4
15 changed files with 179 additions and 75 deletions
|
@ -1,8 +1,17 @@
|
|||
"""Constants used by multiple Tasmota modules."""
|
||||
CONF_DISCOVERY_PREFIX = "discovery_prefix"
|
||||
|
||||
DATA_REMOVE_DISCOVER_COMPONENT = "tasmota_discover_{}"
|
||||
|
||||
DEFAULT_PREFIX = "tasmota/discovery"
|
||||
|
||||
DOMAIN = "tasmota"
|
||||
|
||||
PLATFORMS = [
|
||||
"binary_sensor",
|
||||
"light",
|
||||
"sensor",
|
||||
"switch",
|
||||
]
|
||||
|
||||
TASMOTA_EVENT = "tasmota_event"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue