Skip to content

Commit

Permalink
Merge pull request #21 from nikrolls/feature/refactor-for-multidevice…
Browse files Browse the repository at this point in the history
…-support

Refactor to prepare for supporting multiple device types
  • Loading branch information
nicole-ashley authored Jan 17, 2020
2 parents c0a4e5b + 00a002c commit 346e6cb
Show file tree
Hide file tree
Showing 14 changed files with 713 additions and 776 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.idea/
__pycache__/
/.idea/
__pycache__/
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ Work is in progress to support Goldair WiFi dehumidifiers.

Installation
------------
The preferred installation method is via [Custom Updater](https://github.com/custom-components/custom_updater). Once
you have Custom Updater set up, simply go to the dev-service page
The preferred installation method is via [HACS](https://hacs.xyz/). Once you have HACS set up, simply follow the
[instructions for adding a custom repository](https://hacs.xyz/docs/navigation/settings#custom-repositories).

You can also use [Custom Updater](https://github.com/custom-components/custom_updater). Once you have Custom Updater set
up, simply go to the dev-service page
<img src="https://www.home-assistant.io/images/screenshots/developer-tool-services-icon.png" alt="The dev-service icon" width="30">
and call the `custom_updater.install` service with this service data:
```json
Expand Down Expand Up @@ -77,8 +80,9 @@ goldair_climate:
#### type
&nbsp;&nbsp;&nbsp;&nbsp;*(string) (Required)* The type of Goldair device. Currently `heater` is the only option; a
future update will add support for dehumidifiers, so setting the type now
will prevent the component breaking when this functionality is released.
future update will add support for dehumidifiers and other devices, so
setting the type now will prevent the component breaking when this
functionality is released.

#### climate
&nbsp;&nbsp;&nbsp;&nbsp;*(boolean) (Optional)* Whether to surface this heater as a climate device.
Expand Down
Loading

0 comments on commit 346e6cb

Please sign in to comment.