From af75faf226340adade2792ccc9f02509cff4be1b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:41:45 +0100 Subject: [PATCH] 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 --- source/_integrations/motioneye.markdown | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/_integrations/motioneye.markdown b/source/_integrations/motioneye.markdown index f3d00f908b7..f686d006377 100644 --- a/source/_integrations/motioneye.markdown +++ b/source/_integrations/motioneye.markdown @@ -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