1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/mill/manifest.json

10 lines
265 B
JSON
Raw Normal View History

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