editor: rename 'service' to 'action' (#33806)

This commit is contained in:
c0ffeeca7 2024-07-16 16:43:27 +02:00 committed by GitHub
parent b34f269bc8
commit aee6743fb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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**. 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 ```yaml
service: scene.turn_on service: scene.turn_on