sulion_ceiling_fan.yaml 1.4 KB

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