watkins-matt / home-assistant-google-keep-sync

Custom component for Home Assistant that enables bidirectional synchronization with Google Keep lists.
MIT License
46 stars 4 forks source link

"Automatically Sort Lists" Does not show description #21

Closed Erudition closed 6 months ago

Erudition commented 6 months ago

image As you can see, there's no description visible for this option.

Although I found it in the code: https://github.com/watkins-matt/home-assistant-google-keep-sync/blob/7c62566a0de1d252222133b9c9551748f3f8b86f/custom_components/google_keep_sync/strings.json#L38

watkins-matt commented 6 months ago

I wanted to display a description as you can see from the strings.json.

Unfortunately this seems to be an issue with the Home Assistant frontend itself, and not with this addon specifically. The bug can be found at https://github.com/home-assistant/frontend/issues/15536

It should display correctly once it is fixed on the Home Assistant side.