| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- name: Roller blinds
- products:
- - id: 3r8gc33pnqsxfe1g
- manufacturer: Quoya
- model: MC08
- name: Blinds motor
- entities:
- - 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
- mapping:
- - invert: true
- - id: 3
- name: current_position
- type: integer
- unit: "%"
- optional: true
- persist: false
- mapping:
- - invert: true
- range:
- min: 0
- max: 100
- - id: 7
- name: action
- type: string
- optional: true
- persist: false
- mapping:
- - dps_val: opening
- value: opening
- constraint: current_position
- conditions:
- - dps_val: 0
- value: opened
- - dps_val: null
- value: null
- - dps_val: closing
- value: closing
- constraint: current_position
- conditions:
- - dps_val: 100
- value: closed
- - dps_val: null
- value: null
- - entity: select
- translation_key: timer
- category: config
- dps:
- - id: 8
- name: option
- type: string
- mapping:
- - dps_val: cancel
- value: cancel
- - dps_val: "1"
- value: "1h"
- - dps_val: "2"
- value: "2h"
- - dps_val: "3"
- value: "3h"
- - dps_val: "4"
- value: "4h"
- - entity: sensor
- translation_key: time_remaining
- class: duration
- 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
- - entity: select
- name: Direction
- icon: "mdi:swap-vertical"
- category: config
- dps:
- - id: 5
- type: boolean
- name: option
- mapping:
- - dps_val: false
- value: Clockwise
- - dps_val: true
- value: Anti-clockwise
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 10
- type: bitfield
- name: sensor
- optional: true
- mapping:
- - dps_val: 0
- value: false
- - value: true
- - id: 10
- type: bitfield
- optional: true
- name: fault_code
|