arlec_fan.yaml 1009 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: ARLEC Grid Connect Fan
  2. primary_entity:
  3. entity: fan
  4. translation_key: fan_with_presets
  5. dps:
  6. - id: 1
  7. name: switch
  8. type: boolean
  9. - id: 3
  10. name: speed
  11. type: integer
  12. range:
  13. min: 0
  14. max: 6
  15. mapping:
  16. - scale: 0.06
  17. - id: 4
  18. name: direction
  19. type: string
  20. - id: 102
  21. name: preset_mode
  22. type: string
  23. mapping:
  24. - dps_val: normal
  25. value: normal
  26. - dps_val: sleep
  27. value: sleep
  28. - dps_val: breeze
  29. value: nature
  30. - id: 103
  31. name: timer
  32. type: string
  33. secondary_entities:
  34. - entity: select
  35. name: Timer
  36. icon: "mdi:timer"
  37. category: config
  38. dps:
  39. - id: 103
  40. name: option
  41. type: string
  42. mapping:
  43. - dps_val: "off"
  44. value: "Off"
  45. - dps_val: 2hour
  46. value: "2 hours"
  47. - dps_val: 4hour
  48. value: "4 hours"
  49. - dps_val: 8hour
  50. value: "8 hours"