core/homeassistant/components/tasmota/manifest.json

13 lines
337 B
JSON
Raw Normal View History

{
"domain": "tasmota",
"name": "Tasmota",
2023-02-08 19:41:50 +00:00
"codeowners": ["@emontnemery"],
"config_flow": true,
"dependencies": ["mqtt"],
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/tasmota",
"iot_class": "local_push",
2023-02-08 19:41:50 +00:00
"loggers": ["hatasmota"],
"mqtt": ["tasmota/discovery/#"],
"requirements": ["hatasmota==0.6.5"]
}