1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-05 17:17:49 +00:00
Files
core/homeassistant/components/mill/manifest.json
Daniel Hjelseth Høyer 460f02ede5 Update mill library 0.12.5 (#144911)
* Update mill library 0.12.5

Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>

* Update mill library 0.12.5

Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>

---------

Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
2025-05-14 20:46:28 +02:00

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.12.5", "mill-local==0.3.0"]
}