Skip to content

Conversation

l-j
Copy link
Contributor

@l-j l-j commented Jan 7, 2022

On Home Assistant 2021.12.8 multiple changes were needed to make this plugin work.

  1. Some await were missing, so ui-lovelace.yaml cannot be generated at all
  2. When lovelace dashboard config in the UI contains utf-8 characters, there are wrongly encoded in the created ui-lovelace.yaml file
  3. hacs_components variable contains all available components, even though documentation says that it should contain only installed ones:

    hacs_components | Gives you a list of information about HACS installed integrations, plugins, and themes

This PR contains fixes for all those issues. It has been tested on the Home Assistant 2021.12.8.

@ludeeus ludeeus merged commit ee259a4 into custom-components:master Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants