arlec_19speed_fan.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: Arlec industrial fan
  2. products:
  3. - id: 0waab4clioc3qaks
  4. name: Arlec 19-speed industrial wall fan
  5. primary_entity:
  6. entity: fan
  7. translation_key: fan_with_presets
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. - id: 2
  13. name: preset_mode
  14. type: string
  15. mapping:
  16. - dps_val: normal
  17. value: normal
  18. - dps_val: sleep
  19. value: sleep
  20. - dps_val: natural
  21. value: nature
  22. - id: 3
  23. name: speed
  24. type: integer
  25. range:
  26. min: 0
  27. max: 19
  28. mapping:
  29. - scale: 0.19
  30. - id: 5
  31. name: oscillate
  32. type: boolean
  33. - id: 24
  34. name: fault_code
  35. type: bitfield
  36. secondary_entities:
  37. - entity: number
  38. name: Timer
  39. category: config
  40. icon: "mdi:timer"
  41. dps:
  42. - id: 22
  43. type: integer
  44. name: value
  45. unit: h
  46. range:
  47. min: 0
  48. max: 24
  49. - entity: binary_sensor
  50. name: Fault
  51. class: problem
  52. category: diagnostic
  53. dps:
  54. - id: 24
  55. type: bitfield
  56. name: sensor
  57. mapping:
  58. - dps_val: 0
  59. value: false
  60. - value: true