cover_switch_with_backlight.yaml 904 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: Cover switch with backlight
  2. products:
  3. - id: fthu3wguzoqdayzp
  4. model: CST_WB_V1
  5. entities:
  6. - entity: cover
  7. class: shutter
  8. dps:
  9. - id: 1
  10. type: string
  11. name: control
  12. mapping:
  13. - dps_val: open
  14. value: open
  15. - dps_val: close
  16. value: close
  17. - dps_val: stop
  18. value: stop
  19. - id: 2
  20. type: integer
  21. name: position
  22. range:
  23. min: 0
  24. max: 100
  25. - entity: select
  26. name: Calibration
  27. icon: "mdi:arrow-collapse-vertical"
  28. category: config
  29. dps:
  30. - id: 3
  31. type: string
  32. name: option
  33. optional: true
  34. mapping:
  35. - dps_val: start
  36. value: Start
  37. - dps_val: end
  38. value: End
  39. - entity: light
  40. translation_key: backlight
  41. dps:
  42. - id: 7
  43. type: boolean
  44. name: switch