brilliant_ceiling fancontroller.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. name: Ceiling fan
  2. products:
  3. - id: 3dqkjstvaybnlaye
  4. manufacturer: Brilliant Smart
  5. model: Ceiling fan remote controller
  6. entities:
  7. - entity: fan
  8. translation_key: fan_with_presets
  9. dps:
  10. - id: 101
  11. type: boolean
  12. name: switch
  13. - id: 103
  14. type: string
  15. name: speed
  16. mapping:
  17. - dps_val: "1"
  18. value: 33
  19. - dps_val: "2"
  20. value: 66
  21. - dps_val: "3"
  22. value: 100
  23. - id: 102
  24. type: string
  25. name: preset_mode
  26. mapping:
  27. - dps_val: Nature
  28. value: nature
  29. - dps_val: Normal
  30. value: normal
  31. - dps_val: Sleep
  32. value: sleep
  33. - dps_val: WakeUp
  34. value: fresh
  35. - entity: light
  36. dps:
  37. - id: 115
  38. type: boolean
  39. name: switch
  40. - id: 116
  41. name: brightness
  42. type: integer
  43. range:
  44. min: 1
  45. max: 100
  46. - entity: binary_sensor
  47. class: problem
  48. category: diagnostic
  49. dps:
  50. - id: 67
  51. type: bitfield
  52. optional: true
  53. name: sensor
  54. mapping:
  55. - dps_val: 0
  56. value: false
  57. - dps_val: null
  58. value: false
  59. - value: true
  60. - id: 67
  61. type: bitfield
  62. optional: true
  63. name: fault_code
  64. - entity: select
  65. translation_key: timer
  66. category: config
  67. dps:
  68. - id: 122
  69. type: string
  70. optional: true
  71. name: option
  72. mapping:
  73. - dps_val: "0"
  74. value: cancel
  75. - dps_val: "1"
  76. value: "10m"
  77. - dps_val: "2"
  78. value: "30m"
  79. - dps_val: "3"
  80. value: "1h"
  81. - dps_val: "4"
  82. value: "2h"
  83. - dps_val: "5"
  84. value: "3h"
  85. - dps_val: "6"
  86. value: "4h"
  87. - entity: sensor
  88. translation_key: time_remaining
  89. class: duration
  90. category: diagnostic
  91. dps:
  92. - id: 123
  93. type: integer
  94. name: sensor
  95. unit: min