Skip to content

Commit

Permalink
Merge pull request #11 from JeffSteinbok/infra/configflow
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
JeffSteinbok authored Jun 27, 2023
2 parents e5f8566 + df1240d commit bd8f0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
validate:
name: hassfest Validation
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
Expand Down
24 changes: 1 addition & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,11 @@ _I plan to add HACS support in the near future, but for now, this is manually in

1. Add this repository to HACS *AS A CUSTOM REPOSITORY*.
1. Search for *Dreo Smart Device*, and choose install.
1. Reboot Home Assistant and configure as below.
1. Reboot Home Assistant and configure from the "Add Integration" flow.

### Manually
Copy the `dreo` directory into your `/config/custom_components` directory, then restart your HomeAssistant Core.

### Configuration
Add the following content to your `configuration.yaml` file. I recommend using `secrets.yaml` and storing the login information there.

```
dreo:
username: [email]
password: [password]
fan:
- platform: dreo
```

If you are located in Europe (including UK) add eu region to dreo section

```
dreo:
username: [email]
password: [password]
region: eu
```

### Debugging
This integration logs to two loggers as shown below. To get verbose logs, change the log level. Please have logs handy if you're reaching out for help.

Expand All @@ -66,7 +45,6 @@ logger:

### To Do
This is my first HA plugin and a bit slow going; bunch of stuff left to do:
* CI Pipeline
* Tests
* Config Flow
* Temperature Sensor
Expand Down

0 comments on commit bd8f0fb

Please sign in to comment.