breville_airdynamic3d_fan.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. name: Air circulator
  2. products:
  3. - id: wpkdomrtayuzuqvc
  4. name: Breville AirDynamic 3D
  5. primary_entity:
  6. entity: fan
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: switch
  11. - id: 3
  12. type: integer
  13. name: speed
  14. range:
  15. min: 0
  16. max: 8
  17. - id: 2
  18. type: string
  19. name: preset_mode
  20. mapping:
  21. - dps_val: NORMAL
  22. value: normal
  23. - dps_val: NATURAL_N1
  24. value: Natural 1
  25. - dps_val: NATURAL_N2
  26. value: Natural 2
  27. - dps_val: NATURAL_N3
  28. value: Natural 3
  29. - dps_val: ECO
  30. value: smart
  31. - dps_val: TURBO
  32. value: strong
  33. - id: 5
  34. type: boolean
  35. name: oscillate
  36. - id: 24
  37. type: bitfield
  38. name: fault_code
  39. secondary_entities:
  40. - entity: switch
  41. name: Vertical oscillation
  42. icon: "mdi:swap-vertical"
  43. category: config
  44. dps:
  45. - id: 4
  46. type: boolean
  47. name: switch
  48. - entity: sensor
  49. class: temperature
  50. dps:
  51. - id: 21
  52. type: integer
  53. name: sensor
  54. unit: C
  55. class: measurement
  56. - entity: select
  57. name: Timer
  58. icon: "mdi:timer"
  59. category: config
  60. dps:
  61. - id: 22
  62. type: string
  63. name: option
  64. mapping:
  65. - dps_val: "0"
  66. value: "Off"
  67. - dps_val: "1"
  68. value: "1 hour"
  69. - dps_val: "2"
  70. value: "2 hours"
  71. - dps_val: "3"
  72. value: "3 hours"
  73. - dps_val: "4"
  74. value: "4 hours"
  75. - dps_val: "5"
  76. value: "5 hours"
  77. - dps_val: "6"
  78. value: "6 hours"
  79. - dps_val: "7"
  80. value: "7 hours"
  81. - dps_val: "8"
  82. value: "8 hours"
  83. - dps_val: "9"
  84. value: "9 hours"
  85. - dps_val: "10"
  86. value: "19 hours"
  87. - dps_val: "11"
  88. value: "11 hours"
  89. - dps_val: "12"
  90. value: "12 hours"
  91. - entity: sensor
  92. name: Timer remaining
  93. class: duration
  94. category: diagnostic
  95. dps:
  96. - id: 23
  97. type: integer
  98. name: sensor
  99. unit: min
  100. - entity: binary_sensor
  101. name: Fault
  102. class: problem
  103. category: diagnostic
  104. dps:
  105. - id: 24
  106. type: bitfield
  107. name: sensor
  108. mapping:
  109. - dps_val: 0
  110. value: false
  111. - value: true