Update mill manifest to reflect config flow (#35748)

This commit is contained in:
Daniel Høyer Iversen 2020-05-18 11:00:44 +02:00 committed by GitHub
parent 796e6141ac
commit affd11b372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,6 @@
"name": "Mill", "name": "Mill",
"documentation": "https://www.home-assistant.io/integrations/mill", "documentation": "https://www.home-assistant.io/integrations/mill",
"requirements": ["millheater==0.3.4"], "requirements": ["millheater==0.3.4"],
"codeowners": ["@danielhiversen"] "codeowners": ["@danielhiversen"],
"config_flow": true
} }

View File

@ -91,6 +91,7 @@ FLOWS = [
"met", "met",
"meteo_france", "meteo_france",
"mikrotik", "mikrotik",
"mill",
"minecraft_server", "minecraft_server",
"mobile_app", "mobile_app",
"monoprice", "monoprice",