mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Add select entity to Home Connect (#35398)
This commit is contained in:
parent
6058457253
commit
d2c7b06881
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Hub
|
- Hub
|
||||||
- Light
|
- Light
|
||||||
- Number
|
- Number
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
- Time
|
- Time
|
||||||
@ -20,6 +21,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- light
|
- light
|
||||||
- number
|
- number
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
- time
|
- time
|
||||||
@ -31,8 +33,10 @@ The Home Connect integration allows users to integrate their home appliances sup
|
|||||||
The integration will add one Home Assistant device for each connected home appliance which will have the following entities:
|
The integration will add one Home Assistant device for each connected home appliance which will have the following entities:
|
||||||
|
|
||||||
- A power switch
|
- A power switch
|
||||||
- If the device has programs, switches for each of the individual programs will be added. Note that program options cannot be configured currently.
|
- If the device has programs:
|
||||||
- If the device has programs, a timestamp sensor for remaining time and a numeric sensor for the progress percentage.
|
- Switches for each of the individual programs will be added. Note that program options cannot be configured currently.
|
||||||
|
- Two select entities that will allow you to select and start a program between the available ones.
|
||||||
|
- A timestamp sensor for remaining time and a numeric sensor for the progress percentage.
|
||||||
- Light:
|
- Light:
|
||||||
- Hoods:
|
- Hoods:
|
||||||
- Functional light: on/off and brightness
|
- Functional light: on/off and brightness
|
||||||
|
Loading…
x
Reference in New Issue
Block a user