calex_aromadiffuser.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. name: Aroma diffuser
  2. products:
  3. - id: orw9vhekocfzx78l
  4. manufacturer: Calex
  5. model: v2.0
  6. entities:
  7. - entity: switch
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. - entity: switch
  13. name: Spray
  14. dps:
  15. - id: 2
  16. name: switch
  17. type: boolean
  18. mapping:
  19. - dps_val: true
  20. icon: "mdi:scent"
  21. - dps_val: false
  22. icon: mdi:scent-off"
  23. - entity: light
  24. dps:
  25. - id: 7
  26. name: switch
  27. type: boolean
  28. - id: 9
  29. name: color_mode
  30. type: string
  31. mapping:
  32. - dps_val: colour
  33. value: hs
  34. - dps_val: colourful1
  35. value: Colorful
  36. - id: 10
  37. name: rgbhsv
  38. type: hex
  39. format:
  40. - name: r
  41. bytes: 1
  42. - name: g
  43. bytes: 1
  44. - name: b
  45. bytes: 1
  46. - name: h
  47. bytes: 2
  48. range:
  49. min: 0
  50. max: 360
  51. - name: s
  52. bytes: 1
  53. range:
  54. min: 0
  55. max: 255
  56. - name: v
  57. bytes: 1
  58. range:
  59. min: 0
  60. max: 255
  61. - entity: select
  62. translation_key: timer
  63. category: config
  64. dps:
  65. - id: 4
  66. name: option
  67. type: string
  68. mapping:
  69. - dps_val: cancel
  70. value: cancel
  71. - dps_val: "1"
  72. value: "1h"
  73. - dps_val: "3"
  74. value: "3h"
  75. - dps_val: "6"
  76. value: "6h"