mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Amcrest integration: update tap action keywords (#37417)
This commit is contained in:
parent
9b8812182d
commit
f7d6a4c786
@ -292,8 +292,8 @@ elements:
|
||||
right: 25px
|
||||
bottom: 50px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: up
|
||||
@ -304,8 +304,8 @@ elements:
|
||||
right: 25px
|
||||
bottom: 0px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: down
|
||||
@ -316,8 +316,8 @@ elements:
|
||||
right: 50px
|
||||
bottom: 25px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: left
|
||||
@ -328,8 +328,8 @@ elements:
|
||||
right: 0px
|
||||
bottom: 25px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: right
|
||||
@ -340,8 +340,8 @@ elements:
|
||||
right: 50px
|
||||
bottom: 50px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: left_up
|
||||
@ -352,8 +352,8 @@ elements:
|
||||
right: 0px
|
||||
bottom: 50px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: right_up
|
||||
@ -364,8 +364,8 @@ elements:
|
||||
right: 50px
|
||||
bottom: 0px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: left_down
|
||||
@ -376,8 +376,8 @@ elements:
|
||||
right: 0px
|
||||
bottom: 0px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: right_down
|
||||
@ -388,14 +388,14 @@ elements:
|
||||
bottom: 25px
|
||||
right: 25px
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
service_data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: zoom_in
|
||||
hold_action:
|
||||
action: call-service
|
||||
service: amcrest.ptz_control
|
||||
action: perform-action
|
||||
perform_action: amcrest.ptz_control
|
||||
data:
|
||||
entity_id: camera.lakehouse
|
||||
movement: zoom_out
|
||||
|
Loading…
x
Reference in New Issue
Block a user