From 7c1a74a8c5def5438d241e7a5a133e14b45daff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Sun, 10 May 2020 22:07:23 +0200 Subject: [PATCH] Mill config flow (#13273) --- source/_integrations/mill.markdown | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/source/_integrations/mill.markdown b/source/_integrations/mill.markdown index 5ef94e83975..05cc2c80e97 100644 --- a/source/_integrations/mill.markdown +++ b/source/_integrations/mill.markdown @@ -12,27 +12,8 @@ ha_domain: mill Integrates Mill heater into Home Assistant. -## Configuration +To add Mill to your installation, go to Configuration >> Integrations in the UI and enable the Mill integration. -To enable this platform, add the following lines to your `configuration.yaml` file: - -```yaml -climate: - - platform: mill - username: YOUR_EMAIL_ADDRESS - password: YOUR_PASSWORD -``` - -{% configuration %} -username: - description: Your registered Mill email. - required: true - type: string -password: - description: Your Mill password. - required: true - type: string -{% endconfiguration %} ## Component services