From b3ff2d3605d18237770bc69704c7927417b7e336 Mon Sep 17 00:00:00 2001 From: mannebk79 <60316272+mannebk79@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:06:32 +0100 Subject: [PATCH] Update README.md at least on my virtualbox system the bullet point 5 "ecowitt entry to configuration.yaml" did not happen automatically --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b20c02..4b98cf8 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,19 @@ Configuration for the Ecowitt integration is now performed via a config flow as opposed to yaml configuration file. 1. Go to HACS -> Integrations -> Click "+" -1. Search for "Ecowitt Weather Station" repository and add to HACS -1. Restart Home Assistant when it says to. -1. In Home Assistant, go to Configuration -> Integrations -> Click "+ Add Integration" -1. Search for "Ecowitt Weather Station" and follow the instructions to setup. +2. 3. Search for "Ecowitt Weather Station" repository and add to HACS +4. Restart Home Assistant when it says to. +5. Add this snippet to your configuration.yaml +``` +ecowitt: + port: 4199 + barounit: metric + windunit: imperial + rainunit: imperial + windchillunit: hybrid +``` +6. In Home Assistant, go to Configuration -> Integrations -> Click "+ Add Integration" +7. Search for "Ecowitt Weather Station" and follow the instructions to setup. Ecowitt should now appear as a card under the HA Integrations page with "Options" selection available at the bottom of the card.