From 907ebdc6aefede981162d2f84ef10cc76b6850c3 Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Thu, 8 Aug 2024 09:49:01 +0200
Subject: [PATCH] Rename yaml icon to config file icon. update description
(#34193)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---
.../getting-started/concepts-terminology.markdown | 2 +-
.../{yaml-icon.png => config-file_icon.png} | Bin
2 files changed, 1 insertion(+), 1 deletion(-)
rename source/images/getting-started/{yaml-icon.png => config-file_icon.png} (100%)
diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown
index c9e9fa14cda..965c545a48a 100644
--- a/source/getting-started/concepts-terminology.markdown
+++ b/source/getting-started/concepts-terminology.markdown
@@ -13,7 +13,7 @@ Integrations are pieces of software that allow Home Assistant to connect to othe
Some integration cards show an icon:
- The cloud icon
indicates that this integration depends on the cloud.
-- The YAML icon
indicates that this integration was not setup via the UI. You have either set it up in YAML or it is a dependency set up by an other integration. If you want to configure it, you will need to do so in your configuration.yaml file.
+The file icon
indicates that this integration was not set up via the UI. You have either set it up in your {% term "`configuration.yaml`" %} file, or it is a dependency set up by another integration. If you want to configure it, you will need to do so in your {% term "`configuration.yaml`" %} file.
- The custom icon
indicates that this is not an official Home Assistant integration but that it was custom made. It could be imported from another source, for example downloaded from HACS.
For a full list of compatible {% term integrations %}, refer to the [integrations](/integrations) documentation.
diff --git a/source/images/getting-started/yaml-icon.png b/source/images/getting-started/config-file_icon.png
similarity index 100%
rename from source/images/getting-started/yaml-icon.png
rename to source/images/getting-started/config-file_icon.png