core/homeassistant/components/mill/manifest.json

11 lines
303 B
JSON
Raw Normal View History

{
"domain": "mill",
"name": "Mill",
"documentation": "https://www.home-assistant.io/integrations/mill",
2022-09-13 11:59:46 +00:00
"requirements": ["millheater==0.10.0", "mill-local==0.2.0"],
"codeowners": ["@danielhiversen"],
"config_flow": true,
"iot_class": "local_polling",
"loggers": ["mill", "mill_local"]
}