amenzo_mini_dishwasher.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. name: Dishwasher
  2. products:
  3. - id: tmmk3646acwxrsg3
  4. manufacturer: Amenzo
  5. entities:
  6. - entity: switch
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: switch
  11. - entity: button
  12. name: Start
  13. category: config
  14. dps:
  15. - id: 2
  16. type: boolean
  17. name: button
  18. - entity: button
  19. name: Stop
  20. category: config
  21. dps:
  22. - id: 3
  23. type: boolean
  24. name: button
  25. - entity: select
  26. translation_key: washing_mode
  27. category: config
  28. dps:
  29. - id: 6
  30. type: string
  31. optional: true
  32. name: option
  33. mapping:
  34. - dps_val: Cold
  35. value: fruit
  36. - dps_val: Intensive
  37. value: intensive
  38. - dps_val: Quick
  39. value: rapid
  40. - dps_val: Eco
  41. value: eco
  42. - dps_val: Normal
  43. value: standard
  44. - entity: sensor
  45. translation_key: status
  46. class: enum
  47. category: diagnostic
  48. dps:
  49. - id: 7
  50. type: string
  51. optional: true
  52. name: sensor
  53. mapping:
  54. - dps_val: standby
  55. value: standby
  56. - dps_val: cleaning
  57. value: washing
  58. - dps_val: done
  59. value: done
  60. - entity: sensor
  61. translation_key: time_remaining
  62. class: duration
  63. category: diagnostic
  64. dps:
  65. - id: 9
  66. type: integer
  67. name: sensor
  68. unit: min
  69. class: measurement
  70. - entity: binary_sensor
  71. class: problem
  72. category: diagnostic
  73. dps:
  74. - id: 18
  75. type: bitfield
  76. optional: true
  77. name: sensor
  78. mapping:
  79. - dps_val: null
  80. value: false
  81. - dps_val: 0
  82. value: false
  83. - value: true
  84. - id: 18
  85. type: bitfield
  86. optional: true
  87. name: fault_code