* Add yuhome laundry rack device profile * update name and product info --------- Co-authored-by: Jason Rumney <make-all@users.noreply.github.com>
@@ -0,0 +1,199 @@
+name: Laundry rack
+products:
+ - id: ttawi9yohqflpt4a
+ manufacturer: YU HOME
+ model: Yu Turbo
+entities:
+ - entity: switch
+ dps:
+ - id: 1
+ type: boolean
+ name: switch
+ - entity: cover
+ icon: "mdi:hanger"
+ - id: 2
+ type: string
+ name: control
+ mapping:
+ - dps_val: up
+ value: open
+ - dps_val: down
+ value: close
+ - dps_val: stop
+ value: stop
+ - id: 3
+ type: integer
+ name: position
+ range:
+ min: 0
+ max: 100
+ - id: 8
+ name: action
+ value: closing
+ value: opening
+ - value: null
+ - entity: light
+ - id: 4
+ translation_key: uv_sterilization
+ - id: 5
+ name: Wind dry
+ icon: "mdi:weather-windy"
+ - id: 6
+ name: Hot dry
+ icon: "mdi:heat-wave"
+ - id: 7
+ - entity: select
+ name: Disinfection timer
+ translation_key: timer
+ category: config
+ - id: 9
+ name: option
+ - dps_val: cancel
+ value: cancel
+ - dps_val: "1h"
+ value: "1h"
+ - dps_val: "2h"
+ value: "2h"
+ - dps_val: "3h"
+ value: "3h"
+ - dps_val: "4h"
+ value: "4h"
+ - dps_val: "5h"
+ value: "5h"
+ - dps_val: "6h"
+ value: "6h"
+ - dps_val: "7h"
+ value: "7h"
+ - dps_val: "8h"
+ value: "8h"
+ - dps_val: "9h"
+ value: "9h"
+ - dps_val: "10h"
+ value: "10h"
+ - dps_val: "11h"
+ value: "11h"
+ - dps_val: "12h"
+ value: "12h"
+ name: Hot dry timer
+ - id: 10
+ name: Wind dry timer
+ - id: 11
+ - entity: sensor
+ name: Hot dry remaining
+ class: duration
+ category: diagnostic
+ - id: 12
+ optional: true
+ name: sensor
+ unit: min
+ name: Wind dry remaining
+ - id: 13
+ name: Disinfection remaining
+ - id: 14