Skip to content

3.1.3 Revamped

Choose a tag to compare

@DTekNOdev DTekNOdev released this 11 Oct 13:02

Release notes

In this release much of the code is reorganised to facilitate easier extension and additon of new features later. There is not much new functionality of note but the way that the styles option has changed to be in line with the HA way to make themes. See below and in teh documentation for details.

Some improvements have also been made to updating so that if you are running an "always on" wall panel, the meteogram will update and hopefully not continue to show you stale data.

3.1.3 Breaking Change: Styles config and dark mode

BREAKING: The styles: config for the card now uses variable names without the -- prefix (e.g., meteogram-grid-color instead of --meteogram-grid-color).

You can now also specify dark mode overrides directly in your card config using a modes: dark: section inside styles: (just like in Home Assistant themes). The old -dark variable names are no longer supported in the config.

Example:

type: custom:meteogram-card
styles:
  meteogram-grid-color: "#1976d2"
  modes:
    dark:
      meteogram-grid-color: "#444"

Full changes list:

Full Changelog: v3.0.3...v3.1.3