sulion_ceiling_fan.yaml 1.5 KB

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