| 12345678910111213141516171819202122232425262728293031323334353637 |
- # Based on info on the web, this is a common subset of Garage door opener dps.
- name: Simple garage-door-gate opener
- products:
- - id: b1uk4ftduaqopxv1
- entities:
- - entity: cover
- class: gate
- dps:
- - id: 1
- name: control
- type: boolean
- force: true
- mapping:
- - dps_val: true
- value: "open"
- - dps_val: false
- value: "close"
- - id: 101
- name: open
- type: boolean
- - entity: number
- category: config
- class: duration
- translation_key: timer
- dps:
- - id: 7
- type: integer
- optional: true
- name: value
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- - dps_val: null
|