mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
12 lines
341 B
JSON
12 lines
341 B
JSON
{
|
|
"domain": "mill",
|
|
"name": "Mill",
|
|
"after_dependencies": ["recorder"],
|
|
"codeowners": ["@danielhiversen"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/mill",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["mill", "mill_local"],
|
|
"requirements": ["millheater==0.14.1", "mill-local==0.5.0"]
|
|
}
|