Issue #4090
@@ -1161,3 +1161,4 @@ Further device support has been made with the assistance of users. Please consid
- [MIKOLAJW197](https://github.com/MIKOLAJW197) for contributing improvements to the vacuum entity.
- [barijaona](https://github.com/barijaona) for contributing support for SRNE SE Series lithium battery.
- [marcins](https://github.com/marcins) for contributing support for Henden Essential pool heat pump.
+- [adrienkohlbecker](https://github.com/adrienkohlbecker) for assisting with support for Venta AH510 Original Connect humidifier.
@@ -466,6 +466,7 @@
- RZTK Aqua Pro humidifier
- Stadler Form Eva, Karl, Karl Big humidifiers
- Tesla Smart humidifier
+- Venta AH510 Original Connect humidifier
- Wetair WAW-H1210LW humidifier
- Wilfa Haze HU400BC humidifier
@@ -0,0 +1,105 @@
+name: Humidifier
+products:
+ - id: ecihf2xeg7ghlfnh
+ manufacturer: Venta
+ model: Original Connect
+ model_id: AH510
+entities:
+ - entity: humidifier
+ class: humidifier
+ dps:
+ - id: 1
+ type: boolean
+ optional: true
+ name: switch
+ - id: 13
+ type: integer
+ name: humidity
+ range:
+ min: 30
+ max: 70
+ mapping:
+ - step: 5
+ - id: 14
+ name: current_humidity
+ - id: 24
+ type: string
+ name: mode
+ - dps_val: natural_evaporation
+ value: eco
+ - dps_val: heating_evaporation
+ value: comfort
+ - dps_val: ultrasonic_evaporation
+ value: boost
+ - entity: fan
+ - id: 101
+ name: speed
+ - dps_val: "1"
+ value: 33
+ - dps_val: "2"
+ value: 66
+ - dps_val: "3"
+ value: 100
+ - entity: sensor
+ class: temperature
+ - id: 10
+ name: sensor
+ unit: C
+ class: measurement
+ - entity: select
+ translation_key: temperature_unit
+ category: config
+ - id: 18
+ name: option
+ - dps_val: c
+ value: celsius
+ - dps_val: f
+ value: fahrenheit
+ translation_key: time_remaining
+ class: duration
+ category: diagnostic
+ - id: 20
+ unit: min
+ - entity: binary_sensor
+ class: problem
+ - id: 22
+ type: bitfield
+ - dps_val: 0
+ value: false
+ - dps_val: null
+ - value: true
+ name: fault_code
+