reiga_ceiling_fan.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. name: Ceiling Fan
  2. products:
  3. - id: aktxh7558udrex8a
  4. manufacturer: Reiga
  5. entities:
  6. - entity: fan
  7. translation_only_key: fan_with_presets
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 2
  13. type: string
  14. name: preset_mode
  15. mapping:
  16. - dps_val: normal
  17. value: normal
  18. - dps_val: nature
  19. value: nature
  20. - dps_val: sleep
  21. value: sleep
  22. - id: 3
  23. type: integer
  24. name: speed
  25. range:
  26. min: 1
  27. max: 6
  28. - id: 8
  29. type: string
  30. name: direction
  31. - entity: select
  32. translation_key: timer
  33. category: config
  34. dps:
  35. - id: 22
  36. type: string
  37. name: option
  38. mapping:
  39. - dps_val: "off"
  40. value: cancel
  41. - dps_val: "1hour"
  42. value: "1h"
  43. - dps_val: "2hour"
  44. value: "2h"
  45. - dps_val: "4hour"
  46. value: "4h"
  47. - dps_val: "8hour"
  48. value: "8h"