mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 13:41:18 +01:00
13 lines
338 B
JSON
13 lines
338 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.10.1"]
|
|
}
|