From 85b087110d5a619cb61ef30a04266f4acea328bb Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:14:19 +0200 Subject: [PATCH] Button card: rename 'service' to 'action' (#33786) --- source/_dashboards/button.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_dashboards/button.markdown b/source/_dashboards/button.markdown index 25183613562..7e84aca94b5 100644 --- a/source/_dashboards/button.markdown +++ b/source/_dashboards/button.markdown @@ -131,8 +131,8 @@ entity: light.living_room Button card with a button name and a [script](/docs/scripts/) that runs when card is tapped:
-
-Screenshot of the button card with script service.
+
+Screenshot of the button card with script action.