mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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
|
right: 25px
|
||||||
bottom: 50px
|
bottom: 50px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: up
|
movement: up
|
||||||
@ -304,8 +304,8 @@ elements:
|
|||||||
right: 25px
|
right: 25px
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: down
|
movement: down
|
||||||
@ -316,8 +316,8 @@ elements:
|
|||||||
right: 50px
|
right: 50px
|
||||||
bottom: 25px
|
bottom: 25px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: left
|
movement: left
|
||||||
@ -328,8 +328,8 @@ elements:
|
|||||||
right: 0px
|
right: 0px
|
||||||
bottom: 25px
|
bottom: 25px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: right
|
movement: right
|
||||||
@ -340,8 +340,8 @@ elements:
|
|||||||
right: 50px
|
right: 50px
|
||||||
bottom: 50px
|
bottom: 50px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: left_up
|
movement: left_up
|
||||||
@ -352,8 +352,8 @@ elements:
|
|||||||
right: 0px
|
right: 0px
|
||||||
bottom: 50px
|
bottom: 50px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: right_up
|
movement: right_up
|
||||||
@ -364,8 +364,8 @@ elements:
|
|||||||
right: 50px
|
right: 50px
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: left_down
|
movement: left_down
|
||||||
@ -376,8 +376,8 @@ elements:
|
|||||||
right: 0px
|
right: 0px
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: right_down
|
movement: right_down
|
||||||
@ -388,14 +388,14 @@ elements:
|
|||||||
bottom: 25px
|
bottom: 25px
|
||||||
right: 25px
|
right: 25px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
service_data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: zoom_in
|
movement: zoom_in
|
||||||
hold_action:
|
hold_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
service: amcrest.ptz_control
|
perform_action: amcrest.ptz_control
|
||||||
data:
|
data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: zoom_out
|
movement: zoom_out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user