1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/mill/manifest.json
2023-12-27 11:44:09 +01:00

11 lines
303 B
JSON

{
"domain": "mill",
"name": "Mill",
"codeowners": ["@danielhiversen"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mill",
"iot_class": "local_polling",
"loggers": ["mill", "mill_local"],
"requirements": ["millheater==0.11.8", "mill-local==0.3.0"]
}