mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add select platform to eheimdigital (#39059)
This commit is contained in:
parent
09bd97d8e1
commit
3dcc6cdaa8
@ -5,6 +5,7 @@ ha_category:
|
||||
- Climate
|
||||
- Light
|
||||
- Number
|
||||
- Select
|
||||
- Sensor
|
||||
- Switch
|
||||
- Time
|
||||
@ -19,6 +20,7 @@ ha_platforms:
|
||||
- climate
|
||||
- light
|
||||
- number
|
||||
- select
|
||||
- sensor
|
||||
- switch
|
||||
- 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
|
||||
- **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
|
||||
|
||||
- **Current pump speed**: Displays the current pump speed
|
||||
|
Loading…
x
Reference in New Issue
Block a user