core/homeassistant/components/tasmota/manifest.json

13 lines
337 B
JSON

{
"domain": "tasmota",
"name": "Tasmota",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tasmota",
"requirements": ["hatasmota==0.6.3"],
"dependencies": ["mqtt"],
"mqtt": ["tasmota/discovery/#"],
"codeowners": ["@emontnemery"],
"iot_class": "local_push",
"loggers": ["hatasmota"]
}