Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
safepay committed Dec 15, 2019
1 parent e1ff38e commit 78bd29a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,25 @@ Copy all the files to a custom_components/hd_powerview directory in your Home As

## Configuration
```yaml
# Configuration for V2 hubs
cover:
- platform: hd_powerview
host: your_hub_ip_address
```
```yaml
# Configuration for V1 hubs
cover:
- platform: hd_powerview
host: your_hub_ip_address
version: 1
```
### Configuration Variables
variable | required | type | default | description
-------- | -------- | ---- | ------- | -----------
``host`` | yes | string | | The local IP address of your PowerView hub.
``version`` | no | number | 2 | The version of your PowerView hub.
### Battery Levels
If your shade has a battery, you can extract the battery_level attribute with a sensor template. For example:
Expand Down

0 comments on commit 78bd29a

Please sign in to comment.