1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/mill/manifest.json
2025-09-05 04:23:08 +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.13.1", "mill-local==0.3.0"]
}