From aee6743fb1fb72a4659d79722baaddc68ba71184 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:43:27 +0200 Subject: [PATCH] editor: rename 'service' to 'action' (#33806) --- source/_docs/scene/editor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scene/editor.markdown b/source/_docs/scene/editor.markdown index 38653989c71..42c31d0d836 100644 --- a/source/_docs/scene/editor.markdown +++ b/source/_docs/scene/editor.markdown @@ -16,7 +16,7 @@ On the moment you save the scene, all the states of your devices are stored in t When you leave the editor the states of the devices are restored to the state from before you started editing. The menu on the top-right has options to **Duplicate scene** and **Delete scene**. -A scene can be called in {% term automation %} action and {% term scripts %} using a turn on scene {% term service %}: +A scene can be called in {% term automation %} action and {% term scripts %} using a turn on scene {% term action %}: ```yaml service: scene.turn_on