mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
2024.8: Finialize YAML integrations in the UI
This commit is contained in:
parent
da2d0337e3
commit
87400cffba
@ -579,30 +579,29 @@ noteworthy changes this release:
|
||||
|
||||
Most popular {% term integrations %} and helpers can be set up directly from the
|
||||
Home Assistant user interface. However, we still have a lot of older or less
|
||||
used integrations that can only be set up using manual YAML configuration. We are working hard to move more and more of these integrations to the UI,
|
||||
used integrations that can only be set up using [manual YAML configuration](/docs/configuration/yaml/).
|
||||
We are working hard to move [more and more of these integrations to the UI](#now-available-to-set-up-from-the-ui),
|
||||
however, this takes time and effort.
|
||||
|
||||
The problem with these integrations is that they are not visible in the UI
|
||||
when they are set up using YAML. What we often see happening, is that someone
|
||||
set up an integration using YAML, and next cannot see them on the integrations
|
||||
page. Often resulting in questions in our community about where to find them.
|
||||
when they are set up using YAML. What we often see is that someone sets up
|
||||
an integration using YAML and then cannot see it on the integrations page,
|
||||
often resulting in questions in our community about where to find it.
|
||||
|
||||
As of this release, we have drastically improved this situation. All integrations,
|
||||
regardless of how they are set up, are now visible in the integrations page
|
||||
in the UI. This means that even if you set up an integration using YAML, you
|
||||
can now find them in the UI and can view their provided entities.
|
||||
regardless of how they are set up, are now visible on the integrations page
|
||||
in the UI. This means that even if you set up an integration using YAML,
|
||||
you can now find it in the UI and view its provided entities.
|
||||
|
||||

|
||||
|
||||
_TODO: Replace screenshot_
|
||||
<img class="no-shadow" src="/images/blog/2024-08/yaml-integration-listed.png" alt="Screenshot showing the demo integration, which is set up manually via YAML, showing up in the UI on the integrations dashboard.">
|
||||
|
||||
Integrations originating from manual YAML configuration can be recognized by the
|
||||
{% icon "mdi:code-braces" %} icon showing on their cards.
|
||||
{% icon "mdi:file-code-outline" %} icon showing on their cards.
|
||||
|
||||
Similarly, we also have a lot of helpers that can only be set up using YAML
|
||||
configuration. These sometimes showed up in the UI, but often did not. We have
|
||||
adjusted this as well, and made sure that all helpers are now visible in the UI,
|
||||
regardless of how they are set up.
|
||||
Similarly, we also have [many helpers](/integrations/#helper) that can be set up
|
||||
using YAML configuration. These sometimes showed up in the UI, but often did not.
|
||||
We have adjusted this as well, and made sure that all helpers are now visible
|
||||
in the UI, regardless of how they are set up.
|
||||
|
||||
{% note %}
|
||||
Things set up manually using YAML are still managed using YAML. This means that
|
||||
|
Loading…
x
Reference in New Issue
Block a user