cover_switch_with_backlight.yaml 929 B

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