hass-core/homeassistant/components/tasmota/manifest.json
2021-10-28 14:23:26 +02:00

11 lines
309 B
JSON

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