mirror of https://github.com/home-assistant/core
13 lines
337 B
JSON
13 lines
337 B
JSON
{
|
|
"domain": "tasmota",
|
|
"name": "Tasmota",
|
|
"codeowners": ["@emontnemery"],
|
|
"config_flow": true,
|
|
"dependencies": ["mqtt"],
|
|
"documentation": "https://www.home-assistant.io/integrations/tasmota",
|
|
"iot_class": "local_push",
|
|
"loggers": ["hatasmota"],
|
|
"mqtt": ["tasmota/discovery/#"],
|
|
"requirements": ["HATasmota==0.9.2"]
|
|
}
|