arlec_fan.yaml 915 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: ARLEC Grid Connect Fan
  2. primary_entity:
  3. entity: fan
  4. translation_only_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: 1
  14. max: 6
  15. - id: 4
  16. name: direction
  17. type: string
  18. - id: 102
  19. name: preset_mode
  20. type: string
  21. mapping:
  22. - dps_val: normal
  23. value: normal
  24. - dps_val: sleep
  25. value: sleep
  26. - dps_val: breeze
  27. value: nature
  28. secondary_entities:
  29. - entity: select
  30. translation_key: timer
  31. category: config
  32. dps:
  33. - id: 103
  34. name: option
  35. type: string
  36. mapping:
  37. - dps_val: "off"
  38. value: "Off"
  39. - dps_val: 2hour
  40. value: "2 hours"
  41. - dps_val: 4hour
  42. value: "4 hours"
  43. - dps_val: 8hour
  44. value: "8 hours"