From a2eed981d8cbefd1888e1edfdccfada48376d3ca Mon Sep 17 00:00:00 2001 From: Seth T Date: Sun, 18 Feb 2024 21:49:55 -0800 Subject: [PATCH] Correct in-page links on concepts-terminology.markdown (#31497) --- 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 32aab1db043..0efb230a20c 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -6,13 +6,13 @@ Now you're in Home Assistant, let's look at the most important concepts. ## Integrations -Integrations are pieces of software that allow Home Assistant to connect to other software and platforms. For example, a product by Philips called Hue would use the Philips Hue {% term integration %} and allow Home Assistant to talk to the hardware controller Hue Bridge. Any Home Assistant compatible {% term devices %} connected to the Hue Bridge would appear in Home Assistant as [devices](#devices--entities). +Integrations are pieces of software that allow Home Assistant to connect to other software and platforms. For example, a product by Philips called Hue would use the Philips Hue {% term integration %} and allow Home Assistant to talk to the hardware controller Hue Bridge. Any Home Assistant compatible {% term devices %} connected to the Hue Bridge would appear in Home Assistant as [devices](#devices). ![Integrations](/images/getting-started/integrations-new.png) For a full list of compatible {% term integrations %}, refer to the [integrations](/integrations) documentation. -Once an {% term integration %} has been added, the hardware and/or data are represented in Home Assistant as [devices and entities](#devices--entities). +Once an {% term integration %} has been added, the hardware and/or data are represented in Home Assistant as [devices and entities](#devices). ## Entities