mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Example correction (#37406)
This commit is contained in:
parent
42a45dc674
commit
73148cb2f3
@ -73,10 +73,11 @@ elements:
|
|||||||
right: 25px
|
right: 25px
|
||||||
bottom: 50px
|
bottom: 50px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: up
|
movement: up
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: "mdi:arrow-down"
|
icon: "mdi:arrow-down"
|
||||||
@ -85,10 +86,11 @@ elements:
|
|||||||
right: 25px
|
right: 25px
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: down
|
movement: down
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: "mdi:arrow-left"
|
icon: "mdi:arrow-left"
|
||||||
@ -97,10 +99,11 @@ elements:
|
|||||||
right: 50px
|
right: 50px
|
||||||
bottom: 25px
|
bottom: 25px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: left
|
movement: left
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: "mdi:arrow-right"
|
icon: "mdi:arrow-right"
|
||||||
@ -109,10 +112,11 @@ elements:
|
|||||||
right: 0px
|
right: 0px
|
||||||
bottom: 25px
|
bottom: 25px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: right
|
movement: right
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: "mdi:arrow-top-left"
|
icon: "mdi:arrow-top-left"
|
||||||
@ -121,10 +125,11 @@ elements:
|
|||||||
right: 50px
|
right: 50px
|
||||||
bottom: 50px
|
bottom: 50px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: top_left
|
movement: top_left
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: "mdi:arrow-top-right"
|
icon: "mdi:arrow-top-right"
|
||||||
@ -133,10 +138,11 @@ elements:
|
|||||||
right: 0px
|
right: 0px
|
||||||
bottom: 50px
|
bottom: 50px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: top_right
|
movement: top_right
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: "mdi:arrow-bottom-left"
|
icon: "mdi:arrow-bottom-left"
|
||||||
@ -145,10 +151,11 @@ elements:
|
|||||||
right: 50px
|
right: 50px
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: bottom_left
|
movement: bottom_left
|
||||||
- type: icon
|
- type: icon
|
||||||
icon: "mdi:arrow-bottom-right"
|
icon: "mdi:arrow-bottom-right"
|
||||||
@ -157,10 +164,11 @@ elements:
|
|||||||
right: 0px
|
right: 0px
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: foscam.ptz
|
perform_action: foscam.ptz
|
||||||
data:
|
target:
|
||||||
entity_id: camera.bedroom
|
entity_id: camera.bedroom
|
||||||
|
data:
|
||||||
movement: bottom_right
|
movement: bottom_right
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user