Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down