| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- name: AGL Ultra Magic Lock
- products:
- - id: xrqkoapmq1rwjvms
- name: Ultra Magic
- primary_entity:
- entity: cover
- class: garage
- dps:
- - id: 118
- type: boolean
- name: control
- optional: true
- mapping:
- - dps_val: true
- value: open
- - dps_val: false
- value: close
- - id: 3
- type: boolean
- name: action
- mapping:
- - dps_val: false
- value: opened
- - dps_val: true
- value: closed
- secondary_entities:
- - entity: select
- category: config
- name: Beep
- icon: "mdi:volume-high"
- dps:
- - id: 103
- name: option
- type: string
- mapping:
- - dps_val: Silensioso
- value: Mute
- - dps_val: Baixo
- value: Low
- - dps_val: Médio
- value: Medium
- - dps_val: Alto
- value: High
- - entity: switch
- category: config
- name: Allow Intercom Unlock
- icon: "mdi:doorbell"
- dps:
- - id: 105
- name: switch
- type: boolean
- - entity: switch
- category: config
- name: Allow Inside Button Unlock
- icon: "mdi:gesture-tap-button"
- dps:
- - id: 104
- name: switch
- type: boolean
- - entity: switch
- category: config
- name: Allow IC Card Unlock
- icon: "mdi:nfc-variant"
- dps:
- - id: 109
- name: switch
- type: boolean
- - entity: switch
- category: config
- name: Enable Interlock
- icon: "mdi:lock-pattern"
- dps:
- - id: 108
- name: switch
- type: boolean
- - entity: switch
- category: config
- name: Auto lock after closed
- icon: "mdi:lock-check-outline"
- dps:
- - id: 107
- name: switch
- type: boolean
- - entity: number
- category: config
- name: Lock timeout
- icon: "mdi:lock-clock"
- dps:
- - id: 102
- name: value
- type: integer
- range:
- min: 1
- max: 5
- unit: s
- - entity: number
- category: config
- icon: "mdi:clock-end"
- name: Auto Lock timeout
- dps:
- - id: 115
- name: value
- type: integer
- range:
- min: 1
- max: 1200
- unit: s
- - entity: number
- category: config
- icon: "mdi:alarm"
- name: Open Alarm time
- mode: box
- dps:
- - id: 106
- name: value
- type: integer
- range:
- min: 0
- max: 100
- unit: s
|