mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Powerview select platform (#24535)
This commit is contained in:
parent
020d352c24
commit
7a1944817a
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Cover
|
- Cover
|
||||||
- Scene
|
- Scene
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 0.15
|
ha_release: 0.15
|
||||||
ha_domain: hunterdouglas_powerview
|
ha_domain: hunterdouglas_powerview
|
||||||
@ -20,6 +21,7 @@ ha_platforms:
|
|||||||
- cover
|
- cover
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- scene
|
- scene
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
@ -33,6 +35,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- Button
|
- Button
|
||||||
- Cover
|
- Cover
|
||||||
- Scene
|
- Scene
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
|
|
||||||
<div class="note">
|
<div class="note">
|
||||||
@ -164,6 +167,12 @@ Identify will 'jog' the shade position as a diagnostic tool to ensure the shade
|
|||||||
|
|
||||||
Move the shade to the favorite position as programmed physically on the device. This will perform the same move as the heart on the pebble remote.
|
Move the shade to the favorite position as programmed physically on the device. This will perform the same move as the heart on the pebble remote.
|
||||||
|
|
||||||
|
## Selection Entities
|
||||||
|
|
||||||
|
### Power Source
|
||||||
|
|
||||||
|
Set the type for connected power source. Available options are Hardwired Power Supply, Battery Wand and Rechargeable Battery
|
||||||
|
|
||||||
## Example Automations
|
## Example Automations
|
||||||
|
|
||||||
### Calling a Powerview Scene
|
### Calling a Powerview Scene
|
||||||
|
Loading…
x
Reference in New Issue
Block a user