core/homeassistant/components/heatmiser/manifest.json

10 lines
265 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"],
"requirements": ["heatmiserV3==1.1.18"]
}