Add time platform for eheimdigital (#38603)

This commit is contained in:
Sid 2025-04-30 15:34:44 +02:00 committed by GitHub
parent 7ba30c964a
commit 6d615c7150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ ha_category:
- Light - Light
- Number - Number
- Sensor - Sensor
- Time
ha_release: 2025.1 ha_release: 2025.1
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_config_flow: true ha_config_flow: true
@ -18,6 +19,7 @@ ha_platforms:
- light - light
- number - number
- sensor - sensor
- time
ha_quality_scale: bronze ha_quality_scale: bronze
ha_zeroconf: true ha_zeroconf: true
--- ---
@ -56,6 +58,11 @@ Currently, the following devices and entities are supported:
- **Temperature offset**: Setting an offset between the measured temperature and the real temperature - **Temperature offset**: Setting an offset between the measured temperature and the real temperature
- **Night temperature offset**: Setting the offset for the night temperature in Bio mode - **Night temperature offset**: Setting the offset for the night temperature in Bio mode
#### Time
- **Day start time**: Setting the start time for the day temperature in Bio mode
- **Night start time**: Setting the start time for the night temperature in Bio mode
### [EHEIM classicVARIO+e](https://eheim.com/en_GB/aquatics/technology/external-filters/classicvario-e-250/classicvario-e-250) ### [EHEIM classicVARIO+e](https://eheim.com/en_GB/aquatics/technology/external-filters/classicvario-e-250/classicvario-e-250)
#### Number #### Number
@ -70,6 +77,11 @@ Currently, the following devices and entities are supported:
- **Remaining hours until service**: Displays the remaining time until the filter needs to be serviced - **Remaining hours until service**: Displays the remaining time until the filter needs to be serviced
- **Error code**: Displays the current error code of the device (No error, Rotor stuck, air in filter) - **Error code**: Displays the current error code of the device (No error, Rotor stuck, air in filter)
#### Time
- **Day start time**: Setting the start time for the day pump speed in Bio mode
- **Night start time**: Setting the start time for the night pump speed in Bio mode
Support for additional EHEIM Digital devices and entities will be added in future updates. Support for additional EHEIM Digital devices and entities will be added in future updates.
## Removing the integration ## Removing the integration