Add buttons to powerview (#23055)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
kingy444 2022-06-09 14:47:14 +10:00 committed by GitHub
parent 4c46d5f829
commit d7268326e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
title: Hunter Douglas PowerView title: Hunter Douglas PowerView
description: Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant. description: Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant.
ha_category: ha_category:
- Button
- Cover - Cover
- Scene - Scene
- Sensor - Sensor
@ -15,6 +16,7 @@ ha_codeowners:
- "@trullock" - "@trullock"
ha_homekit: true ha_homekit: true
ha_platforms: ha_platforms:
- button
- cover - cover
- scene - scene
- sensor - sensor
@ -27,6 +29,7 @@ The `hunterdouglas_powerview` integration allows you to integrate your [Hunter D
There is currently support for the following device types within Home Assistant: There is currently support for the following device types within Home Assistant:
- Button
- Cover - Cover
- Scene - Scene
- Sensor - Sensor
@ -127,6 +130,16 @@ These shades can tilt in any position and do not require the shade to be open or
These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer, with the rear being blackout, and neither panel can move independently from the other. These shades consist of two pieces of fabric attached to a single rail. The front shade is sheer, with the rear being blackout, and neither panel can move independently from the other.
## Buttons
### Calibrate
Initiate a calibration of the shade position. Calibration is a common requirement with Duette-type shades with a string drop that lowers and raises the blind and less so with roller types.
### Identify
Identify will 'jog' the shade position as a diagnostic tool to ensure the shade you are trying to move is both the intended shade and communicating correctly.
## Example Automations ## Example Automations
``` yaml ``` yaml