From 8a54651e612cb58285e3612a6b168f7fa1e6198b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:31:15 +0200 Subject: [PATCH] organizing: rename 'service' to 'action' (#33788) --- source/_docs/organizing.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/organizing.markdown b/source/_docs/organizing.markdown index 8dc183b8169..52d39eb4002 100644 --- a/source/_docs/organizing.markdown +++ b/source/_docs/organizing.markdown @@ -28,7 +28,7 @@ There are a few tools to group your assets: [Areas](#areas), [floors](#floors), - Groups {% term devices %} and {% term entities %}. - Can be assigned to one floor. - Reflects a physical area (or room) in your home. -- Can be used in automations: Allows targeting an entire group of devices with a service call. For example, turning off all the lights in the living room. +- Can be used in automations: Allows targeting an entire group of devices with an action. For example, turning off all the lights in the living room. - Areas can also be used to automatically generate cards, such as the [Area card](/dashboards/area/). @@ -44,7 +44,7 @@ There are a few tools to group your assets: [Areas](#areas), [floors](#floors), ## Labels - Can be assigned to areas, devices, entities, automations, scenes, scripts, and helpers. -- Can be used in automations and scripts as a target for actions and services. +- Can be used in automations and scripts as a target for actions. - Labels can also be used to filter data in tables. For example, you can filter the list of devices to show only devices with the label `heavy energy usage` or turn these devices off when there is not a lot of solar energy available. Screenshots showing the new labels assigned to automations.