From 5a39fcdf6e899fc73580d9288471ea741dab2c1c Mon Sep 17 00:00:00 2001 From: Tarun Batra Date: Sun, 26 Mar 2023 14:29:51 -0700 Subject: [PATCH] Correct terminology anchor links (#26735) --- source/getting-started/concepts-terminology.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown index fd44ccc284e..f14166fbd9a 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -25,8 +25,8 @@ Devices are a logical grouping for one or more entities. A device may represent Devices and entities are used throughout Home Assistant. To name a few examples: * [Dashboards](#dashboards) can show a state of an entity like if a light bulb is on or off as well as buttons that interact with devices like turning a light bulb on or off. -* An [automation](automations) can be triggered from a state change on an entity e.g. a light turning on and control another device or entity. -* A predefined setting for light device saved as a [scene](scenes). +* An [automation](#automations) can be triggered from a state change on an entity e.g. a light turning on and control another device or entity. +* A predefined setting for light device saved as a [scene](#scenes). ![Home Assistant Device](/images/getting-started/home-assistant-device.png)