hass-core/homeassistant/components/tasmota/manifest.json
2024-06-27 22:56:22 +02:00

12 lines
337 B
JSON

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