| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- name: Avatto roller blinds
- product:
- - id: 3r8gc33pnqsxfe1g
- primary_entity:
- entity: cover
- class: blind
- dps:
- - id: 1
- name: control
- type: string
- mapping:
- - dps_val: open
- value: open
- - dps_val: close
- value: close
- - dps_val: stop
- value: stop
- - id: 2
- name: position
- type: integer
- range:
- min: 0
- max: 100
- - id: 3
- name: current_position
- type: integer
- unit: "%"
- optional: true
- - id: 5
- name: control_back_mode
- type: boolean
- - id: 7
- name: action
- type: string
- mapping:
- - dps_val: opening
- constraint: current_position
- conditions:
- - dps_val: 100
- value: opened
- - dps_val: null
- value: opened
- - value: opening
- - dps_val: closing
- constraint: current_position
- conditions:
- - dps_val: 0
- value: closed
- - dps_val: null
- value: closed
- - value: closing
- secondary_entities:
- - entity: select
- name: Timer
- icon: "mdi:timer"
- category: config
- dps:
- - id: 8
- name: option
- type: string
- mapping:
- - dps_val: cancel
- value: "Off"
- - dps_val: "1"
- value: "1 hour"
- - dps_val: "2"
- value: "2 hours"
- - dps_val: "3"
- value: "3 hours"
- - dps_val: "4"
- value: "4 hours"
- - entity: sensor
- name: Timer
- icon: "mdi:timer"
- category: diagnostic
- dps:
- - id: 9
- name: sensor
- type: integer
- optional: true
- unit: s
- - entity: sensor
- name: Travel time
- icon: "mdi:hourglass"
- category: diagnostic
- dps:
- - id: 11
- name: sensor
- type: integer
- unit: ms
|