sulion_ceiling_fan.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: Ceiling fan
  2. products:
  3. - id: 5baeoecnemrwonk6
  4. manufacturer: Sulion
  5. model: Crixus L
  6. entities:
  7. - entity: fan
  8. translation_only_key: fan_with_presets
  9. dps:
  10. - id: 53
  11. type: integer
  12. name: speed
  13. range:
  14. min: 1
  15. max: 6
  16. - id: 54
  17. type: string
  18. name: direction
  19. - id: 101
  20. type: boolean
  21. name: switch
  22. - id: 102
  23. type: string
  24. name: preset_mode
  25. mapping:
  26. - dps_val: normal
  27. value: normal
  28. - dps_val: nature
  29. value: nature
  30. - entity: light
  31. category: config
  32. dps:
  33. - id: 103
  34. type: boolean
  35. name: switch
  36. - entity: switch
  37. name: Anti-burglary
  38. category: config
  39. dps:
  40. - id: 109
  41. type: boolean
  42. name: switch
  43. - entity: select
  44. translation_key: timer
  45. category: config
  46. dps:
  47. - id: 104
  48. type: string
  49. name: option
  50. optional: true
  51. mapping:
  52. - dps_val: null
  53. value: cancel
  54. - dps_val: "1h"
  55. value: "1h"
  56. - dps_val: "2h"
  57. value: "2h"
  58. - dps_val: "4h"
  59. value: "4h"
  60. - dps_val: "8h"
  61. value: "8h"
  62. - entity: sensor
  63. translation_key: time_remaining
  64. class: duration
  65. category: diagnostic
  66. dps:
  67. - id: 106
  68. type: integer
  69. name: sensor
  70. unit: min
  71. optional: true