core/homeassistant/components/tasmota/manifest.json

13 lines
337 B
JSON
Raw Normal View History

{
"domain": "tasmota",
"name": "Tasmota",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tasmota",
2022-03-01 11:18:49 +00:00
"requirements": ["hatasmota==0.4.0"],
"dependencies": ["mqtt"],
"mqtt": ["tasmota/discovery/#"],
"codeowners": ["@emontnemery"],
"iot_class": "local_push",
"loggers": ["hatasmota"]
}