mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
motionEye: update tap action keywords in example (#37413)
- to reflect current software - using keywords as described in https://www.home-assistant.io/dashboards/actions/#action
This commit is contained in:
parent
3f4e9f4a2a
commit
af75faf226
@ -301,32 +301,32 @@ A dashboard card with icons that will call the `action` action to send action co
|
|||||||
- entity: camera.living_room
|
- entity: camera.living_room
|
||||||
icon: "mdi:arrow-left"
|
icon: "mdi:arrow-left"
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: motioneye.action
|
perform_action: motioneye.action
|
||||||
data:
|
data:
|
||||||
action: left
|
action: left
|
||||||
entity_id: camera.living_room
|
entity_id: camera.living_room
|
||||||
- entity: camera.living_room
|
- entity: camera.living_room
|
||||||
icon: "mdi:arrow-right"
|
icon: "mdi:arrow-right"
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: motioneye.action
|
perform_action: motioneye.action
|
||||||
data:
|
data:
|
||||||
action: right
|
action: right
|
||||||
entity_id: camera.living_room
|
entity_id: camera.living_room
|
||||||
- entity: camera.living_room
|
- entity: camera.living_room
|
||||||
icon: "mdi:arrow-up"
|
icon: "mdi:arrow-up"
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: motioneye.action
|
perform_action: motioneye.action
|
||||||
data:
|
data:
|
||||||
action: up
|
action: up
|
||||||
entity_id: camera.living_room
|
entity_id: camera.living_room
|
||||||
- entity: camera.living_room
|
- entity: camera.living_room
|
||||||
icon: "mdi:arrow-down"
|
icon: "mdi:arrow-down"
|
||||||
tap_action:
|
tap_action:
|
||||||
action: call-service
|
action: perform-action
|
||||||
action: motioneye.action
|
perform_action: motioneye.action
|
||||||
data:
|
data:
|
||||||
action: down
|
action: down
|
||||||
entity_id: camera.living_room
|
entity_id: camera.living_room
|
||||||
|
Loading…
x
Reference in New Issue
Block a user