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:
c0ffeeca7 2025-02-11 11:41:45 +01:00 committed by GitHub
parent 3f4e9f4a2a
commit af75faf226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -301,32 +301,32 @@ A dashboard card with icons that will call the `action` action to send action co
- entity: camera.living_room
icon: "mdi:arrow-left"
tap_action:
action: call-service
action: motioneye.action
action: perform-action
perform_action: motioneye.action
data:
action: left
entity_id: camera.living_room
- entity: camera.living_room
icon: "mdi:arrow-right"
tap_action:
action: call-service
action: motioneye.action
action: perform-action
perform_action: motioneye.action
data:
action: right
entity_id: camera.living_room
- entity: camera.living_room
icon: "mdi:arrow-up"
tap_action:
action: call-service
action: motioneye.action
action: perform-action
perform_action: motioneye.action
data:
action: up
entity_id: camera.living_room
- entity: camera.living_room
icon: "mdi:arrow-down"
tap_action:
action: call-service
action: motioneye.action
action: perform-action
perform_action: motioneye.action
data:
action: down
entity_id: camera.living_room