maxcio_aromadiffuser.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. name: Aroma diffuser
  2. products:
  3. - id: 7x87ndiyat1sv6os
  4. manufacturer: Asakuki
  5. model: Cube WiFi
  6. entities:
  7. - entity: fan
  8. translation_key: aroma_diffuser
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: switch
  13. - id: 103
  14. type: string
  15. name: speed
  16. mapping:
  17. - dps_val: small
  18. value: 50
  19. - dps_val: big
  20. value: 100
  21. - dps_val: "off"
  22. value: 0
  23. hidden: true
  24. - entity: light
  25. category: config
  26. dps:
  27. - id: 11
  28. type: boolean
  29. name: switch
  30. - id: 108
  31. type: hex
  32. name: rgbhsv
  33. format:
  34. - name: r
  35. bytes: 1
  36. - name: g
  37. bytes: 1
  38. - name: b
  39. bytes: 1
  40. - name: h
  41. bytes: 2
  42. range:
  43. min: 0
  44. max: 360
  45. - name: s
  46. bytes: 1
  47. range:
  48. min: 0
  49. max: 255
  50. - name: v
  51. bytes: 1
  52. range:
  53. min: 0
  54. max: 255
  55. - id: 109
  56. type: string
  57. name: color_mode
  58. mapping:
  59. - dps_val: white
  60. value: white
  61. - dps_val: colour
  62. value: hs
  63. - dps_val: scene
  64. value: Scene
  65. - dps_val: scene1
  66. value: Scene 1
  67. - dps_val: scene2
  68. value: Scene 2
  69. - dps_val: scene3
  70. value: Scene 3
  71. - dps_val: scene4
  72. value: Scene 4
  73. - id: 111
  74. type: integer
  75. name: brightness
  76. range:
  77. min: 0
  78. max: 255
  79. - entity: select
  80. name: Mood lighting
  81. icon: "mdi:candelabra-fire"
  82. category: config
  83. dps:
  84. - id: 110
  85. type: string
  86. name: option
  87. optional: true
  88. mapping:
  89. - dps_val: "1"
  90. value: "Cycle"
  91. - dps_val: "2"
  92. value: "Fixed"
  93. - dps_val: "3"
  94. value: "Nightlight"
  95. - entity: binary_sensor
  96. class: problem
  97. category: diagnostic
  98. dps:
  99. - id: 12
  100. type: bitfield
  101. name: sensor
  102. optional: true
  103. mapping:
  104. - dps_val: 0
  105. value: false
  106. - dps_val: null
  107. value: false
  108. - value: true
  109. - id: 12
  110. type: bitfield
  111. name: fault_code
  112. optional: true
  113. - entity: select
  114. translation_key: timer
  115. category: config
  116. dps:
  117. - id: 13
  118. type: string
  119. name: option
  120. optional: true
  121. mapping:
  122. - dps_val: "0"
  123. value: cancel
  124. - dps_val: "1"
  125. value: "1h"
  126. - dps_val: "2"
  127. value: "3h"
  128. - dps_val: "3"
  129. value: "6h"
  130. - entity: sensor
  131. translation_key: time_remaining
  132. class: duration
  133. category: diagnostic
  134. dps:
  135. - id: 14
  136. type: integer
  137. name: sensor
  138. unit: min
  139. optional: true