mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Correct Amcrest integration Example (#26924)
This commit is contained in:
parent
c3591b8866
commit
031f863f7e
@ -289,7 +289,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: up
|
movement: up
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -301,7 +301,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: down
|
movement: down
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -313,7 +313,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: left
|
movement: left
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -325,7 +325,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: right
|
movement: right
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -337,7 +337,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: left_up
|
movement: left_up
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -349,7 +349,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: right_up
|
movement: right_up
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -361,7 +361,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: left_down
|
movement: left_down
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -373,7 +373,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: right_down
|
movement: right_down
|
||||||
- type: icon
|
- type: icon
|
||||||
@ -385,7 +385,7 @@ elements:
|
|||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: call-service
|
||||||
service: amcrest.ptz_control
|
service: amcrest.ptz_control
|
||||||
data:
|
service_data:
|
||||||
entity_id: camera.lakehouse
|
entity_id: camera.lakehouse
|
||||||
movement: zoom_in
|
movement: zoom_in
|
||||||
hold_action:
|
hold_action:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user