Hi,
Sorry for my english, i saw this post. I installed this integration. I can see my cam on my dashboard but i can activate movement, functions,
To create card, i use this :
camera_image: camera.c6n_d12345678
camera_view: live
elements:
- icon: 'mdi:arrow-up'
style:
background: "rgba(255, 255, 255, 0.5)"
bottom: 50px
right: 25px
tap_action:
action: call-service
service: camera.ezviz_ptz
service_data:
direction: up
entity_id: camera.c6n_d12345678
type: icon
- icon: 'mdi:arrow-down'
style:
background: "rgba(255, 255, 255, 0.5)"
bottom: 0px
right: 25px
tap_action:
action: call-service
service: camera.ezviz_ptz
service_data:
direction: down
entity_id: camera.c6n_d12345678
type: icon
- icon: 'mdi:arrow-left'
style:
background: "rgba(255, 255, 255, 0.5)"
bottom: 25px
right: 50px
tap_action:
action: call-service
service: camera.ezviz_ptz
service_data:
direction: left
entity_id: camera.c6n_d12345678
type: icon
- icon: 'mdi:arrow-right'
style:
background: "rgba(255, 255, 255, 0.5)"
bottom: 25px
right: 0px
tap_action:
action: call-service
service: camera.ezviz_ptz
service_data:
direction: right
entity_id: camera.c6n_d12345678
type: icon
- icon: 'mdi:run-fast'
style:
background: "rgba(255, 255, 255, 0.5)"
top: 25px
right: 25px
tap_action:
action: call-service
service: camera.ezviz_switch_follow_move_on
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:run'
style:
background: "rgba(255, 255, 255, 0.5)"
top: 25px
right: 0px
tap_action:
action: call-service
service: camera.ezviz_switch_follow_move_off
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:eye'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 25px
top: 50px
tap_action:
action: call-service
service: camera.ezviz_switch_privacy_off
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:eye-off'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 0px
top: 50px
tap_action:
action: call-service
service: camera.ezviz_switch_privacy_on
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:volume-high'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 25px
top: 75px
tap_action:
action: call-service
service: camera.ezviz_switch_audio_off
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:volume-off'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 0px
top: 75px
tap_action:
action: call-service
service: camera.ezviz_switch_audio_on
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:led-on'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 25px
top: 100px
tap_action:
action: call-service
service: camera.ezviz_switch_state_off
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:led-off'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 0px
top: 100px
tap_action:
action: call-service
service: camera.ezviz_switch_state_on
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:brightness-4'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 25px
top: 100px
tap_action:
action: call-service
service: camera.ezviz_switch_ir_off
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
- icon: 'mdi:brightness-5'
style:
background: "rgba(255, 255, 255, 0.5)"
right: 0px
top: 100px
tap_action:
action: call-service
service: camera.ezviz_switch_ir_on
service_data:
entity_id: camera.c6n_d12345678
confirmation: true
type: icon
entity: camera.c6n_d12345678
type: picture-elements
I change the ID of my camera, my cam works but not all function.