core/homeassistant/components/heatmiser/manifest.json

11 lines
293 B
JSON
Raw Normal View History

{
"domain": "heatmiser",
"name": "Heatmiser",
"codeowners": ["@andylockran"],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/heatmiser",
"iot_class": "local_polling",
2023-02-08 19:27:05 +00:00
"loggers": ["heatmiserV3"],
"quality_scale": "legacy",
2024-10-25 18:04:37 +00:00
"requirements": ["heatmiserV3==2.0.3"]
}