| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- name: Video intercom
- products:
- - id: i6p5va1gvcagcude
- model: RL-617B17WIFI
- entities:
- - entity: camera
- dps:
- - id: 150
- name: record
- type: boolean
- optional: true
- mapping:
- - dps_val: null
- value: false
- - id: 154
- name: snapshot
- type: base64
- optional: true
- sensitive: true
- - id: 191
- name: smart_action
- type: string
- optional: true
- - entity: lock
- name: Lock 1
- dps:
- - id: 148
- type: boolean
- name: lock
- - entity: lock
- name: Lock 2
- dps:
- - id: 232
- type: boolean
- name: lock
- - entity: event
- class: doorbell
- category: diagnostic
- dps:
- - id: 136
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: ""
- value: null
- - dps_val: null
- value: null
- - value: ring
- - id: 136
- type: string
- optional: true
- name: doorbell
- - entity: event
- name: Notification
- dps:
- - id: 185
- type: utf16b64
- optional: true
- name: event
- mapping:
- - dps_val: null
- value: null
- - dps_val: ""
- value: null
- - value: message
- - id: 185
- type: utf16b64
- optional: true
- name: message
- - entity: switch
- translation_key: do_not_disturb
- hidden: unavailable
- dps:
- - id: 235
- type: string
- optional: true
- name: switch
- mapping:
- - dps_val: "0"
- value: false
- - dps_val: "1"
- value: true
- - id: 235
- type: string
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
|