simple_gate_opener.yaml 794 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Based on info on the web, this is a common subset of Garage door opener dps.
  2. name: Simple garage-door-gate opener
  3. products:
  4. - id: b1uk4ftduaqopxv1
  5. entities:
  6. - entity: cover
  7. class: gate
  8. dps:
  9. - id: 1
  10. name: control
  11. type: boolean
  12. force: true
  13. mapping:
  14. - dps_val: true
  15. value: "open"
  16. - dps_val: false
  17. value: "close"
  18. - id: 101
  19. name: open
  20. type: boolean
  21. - entity: number
  22. category: config
  23. class: duration
  24. translation_key: timer
  25. dps:
  26. - id: 7
  27. type: integer
  28. optional: true
  29. name: value
  30. unit: min
  31. range:
  32. min: 0
  33. max: 86400
  34. mapping:
  35. - scale: 60
  36. step: 60
  37. - dps_val: null