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 Cloud icon indicates that this integration depends on the cloud. -- The YAML icon Yaml iconindicates 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 Configuration 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 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