| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- name: Doorbell
- products:
- - id: h3bhzu9m0ig80rdu
- manufacturer: Bcom
- model: Majic IPBox
- entities:
- - entity: switch
- name: Camera record
- icon: "mdi:record"
- dps:
- - id: 150
- type: boolean
- optional: true
- name: switch
- - entity: event
- class: motion
- dps:
- - id: 115
- type: base64
- name: event
- optional: true
- mapping:
- - dps_val: null
- value: null
- - value: detected
- - id: 115
- type: base64
- optional: true
- name: snapshot
- - entity: event
- class: doorbell
- name: Door image
- dps:
- - id: 154
- type: base64
- name: event
- optional: true
- mapping:
- - dps_val: null
- value: null
- - value: ring
- - id: 154
- type: base64
- optional: true
- name: snapshot
- - entity: camera
- # 2026-06-08
- deprecated: switch_camera_record, event_motion, event_door_image
- dps:
- - id: 150
- name: record
- type: boolean
- optional: true
- - id: 154
- name: snapshot
- type: base64
- persist: false
- optional: true
- sensitive: true
- mapping:
- - dps_val: ""
- value_redirect: motion_detected
- - dps_val: null
- value_redirect: motion_detected
- - id: 115
- name: motion_detected
- type: base64
- optional: true
- sensitive: true
- - entity: lock
- name: Door lock
- dps:
- - id: 232
- type: boolean
- optional: true
- name: lock
- mapping:
- - dps_val: true
- value: false
- - dps_val: false
- value: true
- - entity: light
- translation_key: indicator
- category: config
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: switch
- translation_key: flip_image
- category: config
- dps:
- - id: 103
- type: boolean
- optional: true
- name: switch
- - entity: switch
- translation_key: watermark
- category: config
- dps:
- - id: 104
- type: boolean
- optional: true
- name: switch
- - entity: select
- translation_key: motion_sensitivity
- category: config
- dps:
- - id: 106
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "0"
- value: low
- - dps_val: "1"
- value: medium
- - dps_val: "2"
- value: high
- - entity: select
- translation_key: night_vision
- category: config
- dps:
- - id: 108
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "0"
- value: auto
- - dps_val: "1"
- value: "off"
- - dps_val: "2"
- value: "on"
- - entity: sensor
- name: SD status
- class: enum
- translation_key: status
- category: diagnostic
- dps:
- - id: 110
- type: integer
- optional: true
- name: sensor
- mapping:
- - dps_val: 1
- value: normal
- - dps_val: 2
- value: fault
- - dps_val: 3
- value: full
- - dps_val: 4
- value: formatting
- - dps_val: 5
- value: missing
- - id: 109
- type: string
- optional: true
- name: capacity
- - entity: button
- name: SD format
- category: config
- icon: "mdi:micro-sd"
- dps:
- - id: 111
- type: boolean
- optional: true
- name: button
- - id: 117
- type: integer
- optional: true
- name: status
- mapping:
- - dps_val: 2000
- value: Formatting
- - dps_val: 2001
- value: Format error
- - dps_val: 2002
- value: Card missing
- - dps_val: 2003
- value: Card error
- - entity: select
- translation_key: recording_mode
- category: config
- dps:
- - id: 151
- type: string
- optional: true
- name: option
- mapping:
- - dps_val: "1"
- value: event
- - dps_val: "2"
- value: continuous
- - entity: button
- category: config
- class: restart
- dps:
- - id: 162
- type: boolean
- optional: true
- name: button
- - entity: sensor
- name: Channel
- icon: "mdi:ab-testing"
- category: diagnostic
- dps:
- - id: 231
- type: string
- optional: true
- name: sensor
- - entity: event
- class: doorbell
- dps:
- - id: 136
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: null
- value: null
- - dps_val: ""
- value: null
- - value: ring
- - id: 136
- type: string
- optional: true
- name: message
- - entity: lock
- name: Accessory lock
- dps:
- - id: 148
- type: boolean
- optional: true
- name: lock
- mapping:
- - dps_val: true
- value: false
- - dps_val: false
- value: true
|