smartcurtain_acs_wt.yaml 763 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. name: Curtain
  2. products:
  3. - id: spjpuwf1u2dc7tlt
  4. name: SmartCurtain 3
  5. primary_entity:
  6. entity: cover
  7. class: curtain
  8. dps:
  9. - id: 101
  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: 102
  20. type: integer
  21. name: current_position
  22. - id: 104
  23. type: integer
  24. name: position
  25. range:
  26. min: 0
  27. max: 100
  28. secondary_entities:
  29. - entity: switch
  30. name: Reverse
  31. category: config
  32. dps:
  33. - id: 103
  34. type: boolean
  35. optional: true
  36. name: switch
  37. mapping:
  38. - dps_val: null
  39. value: false
  40. hidden: true