mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Add select platform to eheimdigital (#39059)
This commit is contained in:
parent
09bd97d8e1
commit
3dcc6cdaa8
@ -5,6 +5,7 @@ ha_category:
|
|||||||
- Climate
|
- Climate
|
||||||
- Light
|
- Light
|
||||||
- Number
|
- Number
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
- Time
|
- Time
|
||||||
@ -19,6 +20,7 @@ ha_platforms:
|
|||||||
- climate
|
- climate
|
||||||
- light
|
- light
|
||||||
- number
|
- number
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
- time
|
- time
|
||||||
@ -79,6 +81,13 @@ Currently, the following devices and entities are supported:
|
|||||||
- **Day speed**: Setting the pump speed for the day in Bio mode
|
- **Day speed**: Setting the pump speed for the day in Bio mode
|
||||||
- **Night speed**: Setting the pump speed for the night in Bio mode
|
- **Night speed**: Setting the pump speed for the night in Bio mode
|
||||||
|
|
||||||
|
#### Select
|
||||||
|
|
||||||
|
- **Filter mode**: Setting the filter mode
|
||||||
|
- Manual mode: The filter uses the **manual speed**
|
||||||
|
- Pulse mode: The filter uses a high and low pulse, the speeds are configured via **high pulse speed** and **low pulse speed**, the durations are configured via **high pulse duration** and **low pulse duration**
|
||||||
|
- Bio mode: The filter uses a day and night rhythm, the speeds are configured via **day speed** and **night speed**, the start times of day and night are configured via **day start time** and **night start time**
|
||||||
|
|
||||||
#### Sensor
|
#### Sensor
|
||||||
|
|
||||||
- **Current pump speed**: Displays the current pump speed
|
- **Current pump speed**: Displays the current pump speed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user