core/homeassistant/components/tasmota/manifest.json

11 lines
287 B
JSON
Raw Normal View History

{
"domain": "tasmota",
"name": "Tasmota (beta)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tasmota",
2020-12-15 16:23:00 +00:00
"requirements": ["hatasmota==0.1.6"],
"dependencies": ["mqtt"],
"mqtt": ["tasmota/discovery/#"],
"codeowners": ["@emontnemery"]
}