From 959478bf56edaaee2ae93087c0cdf9075152f680 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:42:19 +0100 Subject: [PATCH] Getting started: Move Dashboard explainer (#30334) * Getting started: Move Dashboard explainer - from Terminology to Dashboard section * Update source/getting-started/onboarding_dashboard.markdown --- source/getting-started/concepts-terminology.markdown | 6 ------ source/getting-started/onboarding_dashboard.markdown | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown index fa8f425ccbc..cb5e3508a2a 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -4,12 +4,6 @@ description: "Explaining some Home Assistant basics" --- Now you're in Home Assistant, let's look at the most important concepts. -## Dashboards - -The **Overview** dashboard is the first page you see after the [onboarding process](/getting-started/onboarding). Dashboards are customizable pages to display information in Home Assistant. By default, there are two dashboards: **Overview** and **Energy**. The image below shows a customized example of the **Overview** dashboard. If you just onboarded, your dashboard will be nearly empty. To learn how to customize your dashboards, refer to the [dashboard](/dashboards) documentation. - -![Dashboard](/images/getting-started/lovelace.png) - ## 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). diff --git a/source/getting-started/onboarding_dashboard.markdown b/source/getting-started/onboarding_dashboard.markdown index c887ea1142d..37fbff83251 100644 --- a/source/getting-started/onboarding_dashboard.markdown +++ b/source/getting-started/onboarding_dashboard.markdown @@ -5,6 +5,12 @@ description: "Instructions on editing the dashboard for the first time" ## First contact with the Overview dashboard +The **Overview** dashboard is the first page you see after the [onboarding process](/getting-started/onboarding). Dashboards are customizable pages to display information in Home Assistant. + +By default, there are two dashboards: **Overview** and **Energy**. The image below shows a customized example of the **Overview** dashboard. If you just onboarded, your dashboard will be nearly empty. + +![Dashboard](/images/getting-started/lovelace.png) + The procedure below is optional. The idea is to learn some basics on changing the dashboard. ### To change a card on the Overview dashboard