From 0bdd1eb887335b738ecd2e05ab22e69ed01e0b9c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:24:07 +0200 Subject: [PATCH] Picture cards: rename 'service' to 'action' (#33787) --- source/_dashboards/picture-glance.markdown | 2 +- source/_dashboards/picture.markdown | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_dashboards/picture-glance.markdown b/source/_dashboards/picture-glance.markdown index 5afbb59fb3a..2589acb08c5 100644 --- a/source/_dashboards/picture-glance.markdown +++ b/source/_dashboards/picture-glance.markdown @@ -183,7 +183,7 @@ If your camera supports PTZ (can be mov 4. Select **Show code editor**. 5. For each of the entities, specify an icon, as indicated in the YAML example. 6. For the buttons to react on press (instead of bringing up the dialog): - - For each of the entities, under `tap_action`, call a `button.press` service. + - For each of the entities, under `tap_action`, use a `button.press` action. ```yaml camera_view: live diff --git a/source/_dashboards/picture.markdown b/source/_dashboards/picture.markdown index 7fade859a72..097d527e6f7 100644 --- a/source/_dashboards/picture.markdown +++ b/source/_dashboards/picture.markdown @@ -2,7 +2,7 @@ type: card title: "Picture card" sidebar_label: Picture -description: "The picture card allows you to set an image to use for navigation to various paths in your interface or to call a service." +description: "The picture card allows you to set an image to use for navigation to various paths in your interface or to perform an action." related: - docs: /dashboards/actions/ title: Card actions @@ -12,7 +12,7 @@ related: title: Dashboard cards --- -The picture card allows you to set an image to use for navigation to various paths in your interface or to call a service. +The picture card allows you to set an image to use for navigation to various paths in your interface or to perform an action.
@@ -70,7 +70,7 @@ tap_action:
Check the [views](/dashboards/views/) setup on how to setup custom IDs.
-Toggle entity using a service:
+Toggle entity using an action:
```yaml
type: picture