econour_towerfan.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. name: Fan
  2. products:
  3. - id: rxhpjq5pk6kha69e
  4. manufacturer: EcoNour
  5. model: 42inch Tower Fan
  6. entities:
  7. - entity: fan
  8. translation_only_key: fan_with_presets
  9. dps:
  10. - id: 1
  11. name: switch
  12. type: boolean
  13. - id: 2
  14. name: preset_mode
  15. type: string
  16. mapping:
  17. - dps_val: normal
  18. value: normal
  19. - dps_val: sleep
  20. value: sleep
  21. - id: 3
  22. name: speed
  23. type: integer
  24. range:
  25. min: 1
  26. max: 3
  27. - id: 5
  28. name: oscillate
  29. type: boolean
  30. - entity: light
  31. translation_key: display
  32. category: config
  33. dps:
  34. - id: 15
  35. type: boolean
  36. name: switch
  37. - entity: sensor
  38. class: temperature
  39. dps:
  40. - id: 21
  41. type: integer
  42. name: sensor
  43. class: measurement
  44. unit: C
  45. - entity: select
  46. translation_key: timer
  47. category: config
  48. dps:
  49. - id: 22
  50. type: string
  51. name: option
  52. mapping:
  53. - dps_val: "0h"
  54. value: "cancel"
  55. - dps_val: "1h"
  56. value: "1h"
  57. - dps_val: "2h"
  58. value: "2h"
  59. - dps_val: "3h"
  60. value: "3h"
  61. - dps_val: "4h"
  62. value: "4h"
  63. - dps_val: "5h"
  64. value: "5h"
  65. - dps_val: "6h"
  66. value: "6h"
  67. - dps_val: "7h"
  68. value: "7h"
  69. - dps_val: "8h"
  70. value: "8h"
  71. - dps_val: "9h"
  72. value: "9h"
  73. - dps_val: "10h"
  74. value: "10h"
  75. - dps_val: "11h"
  76. value: "11h"
  77. - dps_val: "12h"
  78. value: "12h"
  79. - dps_val: "13h"
  80. value: "13h"
  81. - dps_val: "14h"
  82. value: "14h"
  83. - dps_val: "15h"
  84. value: "15h"