* Create trident_airdome70_airpurifier.yaml * removed problem * resolved comments
@@ -0,0 +1,99 @@
+name: Air purifier
+products:
+ - id: j33n2ubodbflhsc4
+ manufacturer: Trident
+ model: AirDome-70
+entities:
+ - entity: fan
+ translation_only_key: fan_with_presets
+ dps:
+ - id: 1
+ name: switch
+ type: boolean
+ - id: 3
+ name: preset_mode
+ type: string
+ mapping:
+ - dps_val: auto
+ value: auto
+ - dps_val: manual
+ value: manual
+ - dps_val: sleep
+ value: sleep
+ - id: 4
+ name: speed
+ - dps_val: speed1
+ value: 33
+ - dps_val: speed2
+ value: 66
+ - dps_val: speed3
+ value: 100
+
+ - entity: sensor
+ class: pm25
+ - id: 2
+ name: sensor
+ type: integer
+ unit: ugm3
+ class: measurement
+ - entity: lock
+ translation_key: child_lock
+ category: config
+ - id: 7
+ name: lock
+ - entity: light
+ translation_key: backlight
+ - id: 8
+ translation_key: air_quality
+ class: enum
+ - id: 21
+ - dps_val: great
+ value: excellent
+ - dps_val: good
+ value: good
+ - dps_val: medium
+ value: poor
+ - dps_val: severe
+ value: severe
+ - entity: button
+ translation_key: filter_reset
+ class: restart
+ - id: 101
+ name: button
+ optional: true
+ - entity: select
+ name: Airflow angle
+ - id: 103
+ name: option
+ - dps_val: "30"
+ value: "30"
+ - dps_val: "60"
+ value: "60"
+ - dps_val: "90"
+ value: "90"