| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- name: Camera
- products:
- - id: ivdxyvyy8aqzm1ix
- name: Camnsmart E27TY
- primary_entity:
- entity: camera
- dps:
- - id: 109
- type: string
- name: memory_card_capacity
- - id: 134
- type: boolean
- name: motion_enable
- optional: true
- - id: 150
- type: boolean
- name: record
- optional: true
- - id: 178
- type: string
- name: log_event
- optional: true
- - id: 185
- type: string
- name: log_message
- optional: true
- secondary_entities:
- - entity: light
- name: Indicator
- category: config
- icon: "mdi:led-on"
- dps:
- - id: 101
- type: boolean
- name: switch
- optional: true
- - entity: button
- name: PTZ up
- icon: "mdi:pan-up"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "0"
- - entity: button
- name: PTZ right-up
- icon: "mdi:top-right"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "1"
- - entity: button
- name: PTZ right
- icon: "mdi:pan-right"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "2"
- - entity: button
- name: PTZ right-down
- icon: "mdi:pan-bottom-right"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "3"
- - entity: button
- name: PTZ down
- icon: "mdi:pan-down"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "4"
- - entity: button
- name: PTZ left-down
- icon: "mdi:pan-bottom-left"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "5"
- - entity: button
- name: PTZ left
- icon: "mdi:pan-left"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "6"
- - entity: button
- name: PTZ left-up
- icon: "mdi:pan-top-left"
- category: config
- dps:
- - id: 119
- type: string
- name: button
- optional: true
- mapping:
- - dps_val: "7"
- - entity: switch
- name: Auto siren
- icon: "mdi:bullhorn"
- category: config
- dps:
- - id: 120
- type: boolean
- name: switch
- optional: true
- - entity: select
- name: Nightvision
- icon: "mdi:weather-night"
- category: config
- dps:
- - id: 124
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: auto
- value: Auto
- - dps_val: ir_mode
- value: "On"
- - dps_val: color_mode
- value: "Off"
- - entity: light
- name: Floodlight
- icon: "mdi:light-flood-down"
- category: config
- dps:
- - id: 138
- type: boolean
- name: switch
- optional: true
- - id: 158
- type: integer
- name: brightness
- range:
- min: 1
- max: 100
- - entity: select
- name: Recording mode
- icon: "mdi:file-video"
- category: config
- dps:
- - id: 151
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "1"
- value: Event
- - dps_val: "2"
- value: Continuous
- - entity: switch
- name: Motion tracking
- icon: "mdi:motion-sensor"
- category: config
- dps:
- - id: 161
- type: boolean
- name: switch
- optional: true
- mapping:
- - dps_val: false
- icon: "mdi:motion-sensor-off"
- - entity: button
- class: restart
- name: Restart
- category: config
- dps:
- - id: 162
- type: boolean
- name: button
- optional: true
- - entity: select
- name: Zoom
- category: config
- dps:
- - id: 163
- type: string
- name: option
- optional: true
- icon: "mdi:magnify"
- mapping:
- - dps_val: "0"
- value: Zoom out
- icon: "mdi:magnify-minus"
- - dps_val: "1"
- value: Zoom in
- icon: "mdi:magnify-plus"
- - entity: button
- name: Stop zooming
- icon: "mdi:magnify-close"
- category: config
- dps:
- - id: 164
- type: boolean
- name: button
- optional: true
- - entity: switch
- name: Limit motion detection area
- icon: "mdi:picture-in-picture-top-right-outline"
- category: config
- dps:
- - id: 168
- type: boolean
- name: switch
- optional: true
- - id: 169
- type: string
- name: area
- optional: true
- - entity: switch
- name: Human detection
- icon: "mdi:human"
- category: config
- dps:
- - id: 170
- type: boolean
- name: switch
- optional: true
- - entity: number
- name: Light duration
- category: config
- icon: "mdi:light-flood-down"
- dps:
- - id: 173
- type: integer
- name: value
- unit: s
- range:
- min: 0
- max: 3600
- -
|