1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-30 13:41:18 +01:00
Files
core/homeassistant/components/tasmota/manifest.json
Erik Montnemery c361c32407 Bump hatasmota to 0.10.1 (#151988)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-09-09 20:55:01 +03:00

13 lines
338 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.10.1"]
}