yym_805SW_aroma_nightlight.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. # DPS sample: {'updated_at': 1674433099.9169242, '1': True, '2': 'large', '3': '1', '5': True, '6': 'colourful1', '8': '001fff00e8ffff'}
  2. name: Aroma diffuser
  3. products:
  4. - id: c0nh3LmEk0NDebrq
  5. name: YYM-805SW
  6. - id: 4870500398f4abbfbae4
  7. name: GX
  8. primary_entity:
  9. entity: fan
  10. dps:
  11. - id: 1
  12. name: switch
  13. type: boolean
  14. mapping:
  15. - dps_val: true
  16. icon: mdi:scent
  17. value: ON
  18. - dps_val: false
  19. icon: mdi:scent-off
  20. value: OFF
  21. - id: 2
  22. name: speed
  23. type: string
  24. mapping:
  25. - conditions:
  26. - dps_val:
  27. - large
  28. - small
  29. mapping:
  30. - dps_val: large
  31. value: 100
  32. - dps_val: small
  33. value: 50
  34. - dps_val:
  35. - high
  36. - low
  37. mapping:
  38. - dps_val: high
  39. value: 100
  40. - dps_val: low
  41. value: 50
  42. - id: 9
  43. name: fault_code
  44. type: bitfield
  45. optional: true
  46. secondary_entities:
  47. - entity: light
  48. name: Nightlight
  49. icon: "mdi:light-recessed"
  50. dps:
  51. - id: 5
  52. name: switch
  53. type: boolean
  54. - id: 6
  55. name: color_mode
  56. type: string
  57. mapping:
  58. - dps_val: colour
  59. value: hs
  60. - dps_val: colourful1
  61. value: Colorful
  62. - id: 8
  63. name: rgbhsv
  64. type: hex
  65. format:
  66. - name: r
  67. bytes: 1
  68. - name: g
  69. bytes: 1
  70. - name: b
  71. bytes: 1
  72. - name: h
  73. bytes: 2
  74. range:
  75. min: 0
  76. max: 360
  77. - name: s
  78. bytes: 1
  79. range:
  80. min: 0
  81. max: 255
  82. - name: v
  83. bytes: 1
  84. range:
  85. min: 0
  86. max: 255
  87. - entity: select
  88. name: Timer
  89. icon: "mdi:timer"
  90. category: config
  91. dps:
  92. - id: 3
  93. name: option
  94. type: string
  95. mapping:
  96. - dps_val: "cancel"
  97. value: "Off"
  98. - dps_val: "1"
  99. value: "1 hour"
  100. - dps_val: "3"
  101. value: "3 hours"
  102. - dps_val: "6"
  103. value: "6 hours"
  104. - id: 4
  105. name: remaining
  106. readolny: true
  107. optional: true
  108. type: integer
  109. range:
  110. min: 0
  111. max: 360