Squashed commit from @dieantu, PR #128
@@ -100,6 +100,7 @@ the device will not work despite being listed below.
### Air Purifiers
- Renpho RP-AP001S air purifier
- Poiema One air purifier
+- Himox H06 Air Purifier
### Dehumidifiers
- Goldair GPDH420 dehumidifier
@@ -0,0 +1,97 @@
+name: himox h06
+products:
+ - id: 80256465f4cfa2c5ec84
+primary_entity:
+ entity: fan
+ dps:
+ - id: 1
+ type: boolean
+ name: switch
+ - id: 4
+ type: string
+ name: speed
+ mapping:
+ - dps_val: "low"
+ value: 33.34
+ - dps_val: "mid"
+ value: 66.67
+ - dps_val: "high"
+ value: 100
+secondary_entities:
+ - entity: sensor
+ name: active_filter_life
+# icon: mdi:filter
+ - id: 5
+ type: integer
+ name: sensor
+ readonly: true
+ unit: "%"
+ class: measurement
+ range:
+ min: 0
+ max: 100
+ scale: 0
+ step: 1
+ - entity: light
+ name: aq_indicator
+ - id: 8
+ - entity: switch
+ name: filter_reset
+ - id: 11
+ - entity: select
+ name: timer
+ icon: "mdi:timer"
+ category: config
+ - id: 18
+ name: option
+ - dps_val: cancel
+ value: "Off"
+ - dps_val: 4h
+ value: "4 hours"
+ - dps_val: 8h
+ value: "8 hours"
+ name: countdown_left
+ - id: 19
+ unit: "min"
+ max: 480
+ - id: 22
+ name: air_debugger
+ category: diagnostic
+ - id: 101
+ - dps_val: calcle
+ value: "great"
+ - dps_val: 1
+ value: "medium"
+ - dps_val: 2
+ value: "severe"