Skip to content

v2.3.9

Latest

Choose a tag to compare

@github-actions github-actions released this 04 May 15:09

v2.3.9

Summary

This patch release adds color to device tracker.

Changes

Merged #26

Important Upgrade Notes

If you are experiencing issues with the theme, please ensure that you are not still using an old version of the theme.

A recent change combined the previous separate theme variants into two individual theme files:

nordic.yaml
nordic-blue.yaml

When selecting your theme in Home Assistant, make sure you are selecting one of the following theme names:

nordic
nordic-blue

Then select the associated light or dark mode from Home Assistant.

Theme Directory Cleanup

You may also need to clean up old theme variant files from your Home Assistant theme directory.

Navigate to:

/config/themes/nordic

You can safely remove the old split variant files:

nordic-dark.yaml
nordic-light.yaml
nordic-blue-dark.yaml
nordic-blue-light.yaml

These files are no longer required now that the themes have been consolidated into:

nordic.yaml
nordic-blue.yaml

Breaking Changes

No breaking changes are expected if you are using the current consolidated theme files.

However, users who still have the old split theme files installed may see duplicate or outdated theme entries in Home Assistant. Removing the old files listed above should resolve that.

Upgrade Instructions

  1. Update the theme through HACS or manually replace the theme files.

  2. Confirm that the following files exist in your theme directory:

    nordic.yaml
    nordic-blue.yaml
    
  3. Remove the old variant files if they are still present:

    nordic-dark.yaml
    nordic-light.yaml
    nordic-blue-dark.yaml
    nordic-blue-light.yaml
    
  4. Restart Home Assistant or reload themes.

  5. Select either:

    nordic
    nordic-blue
    
  6. Choose the associated light or dark mode from Home Assistant.

Known Issues

None currently known.