Skip to content

Releases: CorCorMS/ha-energy-native

HA Energy Native v1.0.2

Choose a tag to compare

@CorCorMS CorCorMS released this 23 Jun 22:22

HA Energy Native 1.0.2

Patch release for the live flow view.

Fixed

  • gas and water connectors now stay still when the dashboard shows 0.0
  • animation enablement now follows the same one-decimal threshold used by the visible UI values
  • keeps the currently working Home Assistant deployment aligned with the GitHub/HACS release state

HA Energy Native v1.0.1

Choose a tag to compare

@CorCorMS CorCorMS released this 23 Jun 20:03

HA Energy Native 1.0.1

Patch release after 1.0.0 focusing on frontend stability and live-flow correctness.

Fixed

  • gas and water connectors now stop animating when the UI shows 0.0
  • preserved native Home Assistant Lovelace runtime methods while patching clone views
  • improved clone stability by keeping the lighter native panel load path while still applying the custom Jetzt view
  • kept the corrected admin/edit path behavior in place

Notes

  • this release is intended as the current recommended GitHub/HACS update on top of 1.0.0

HA Energy Native v1.0.0

Choose a tag to compare

@CorCorMS CorCorMS released this 23 Jun 14:09

HA Energy Native 1.0.0

First stable release of HA Energy Native.

Highlights

  • stable isolated clone loader for the Jetzt / Now view
  • production-ready live Leistungsfluss / power flow clone behavior
  • improved resistance against internal Home Assistant Energy view reloads
  • gas and water flow animations stay disabled when live value is 0
  • stable layout slots for optional nodes such as CO2-neutral and battery
  • multilingual clone labels and setup translations
  • Balkonkraftwerk support remains available in the Energy setup flow

Included in this release

  • removed temporary frontend debug logging used during the loader investigation
  • bumped integration version to 1.0.0
  • aligned Home Assistant deployment and GitHub source to the same release state

v0.1.13 - licensing clarification

Choose a tag to compare

@CorCorMS CorCorMS released this 22 Jun 23:53

v0.1.13

This release clarifies the licensing structure of the project.

Changed

  • clarified which parts remain Apache-2.0 because they are distributed alongside Home Assistant-derived software
  • added explicit attribution references for Home Assistant-derived code paths

Added

  • NOTICE for Home Assistant / Apache-2.0 attribution context
  • ASSET_LICENSE.md for original branding, screenshots, icons, and banner assets

Notes

  • code remains Apache-2.0 compatible
  • original media and branding assets are documented separately

v0.1.12 - multilingual clone UI and setup

Choose a tag to compare

@CorCorMS CorCorMS released this 22 Jun 23:46

v0.1.12

This release expands multi-language support across the HA Energy Native clone.

Added

  • multilingual clone labels in the custom frontend
  • multilingual integration setup texts
  • additional translation files for:
    • cs
    • da
    • de
    • en
    • es
    • fi
    • fr
    • it
    • ja
    • ko
    • nb
    • nl
    • nn
    • pl
    • pt
    • ru
    • sv
    • tr
    • uk
    • zh-Hans
    • zh-Hant

Changed

  • unified clone-specific labels under one locale-aware localization system
  • improved locale handling for region-specific languages like en-GB, pt-BR, and es-419
  • extended multilingual handling to the Balkonkraftwerk option inside the Energy setup dialog
  • cleaned up clone battery direction arrows for stable rendering across locales

Notes

  • the original Home Assistant Energy dashboard remains untouched
  • the clone continues to reuse the existing Home Assistant Energy configuration

v0.1.11

Choose a tag to compare

@CorCorMS CorCorMS released this 22 Jun 22:36

HA Energy Native v0.1.11

Fixed

  • hardened the Jetzt loader so the cloned
    ow view is re-applied whenever Home Assistant internally rebuilds or swaps the Energy views
  • added stricter validation of the active Jetzt view structure before accepting it as the clone layout
  • reduced cases where an older Jetzt variant could briefly reappear after internal view reloads

Changed

  • bumped the frontend asset version again so the stricter Jetzt loader is reliably reloaded by Home Assistant

v0.1.10

Choose a tag to compare

@CorCorMS CorCorMS released this 22 Jun 20:41
1bf965d

HA Energy Native v0.1.10

Fixed

  • resized the repository and integration brand icons to a HACS-friendlier 256x256 format
  • reduced oversized branding assets that could cause poor HACS preview compatibility

v0.1.9

Choose a tag to compare

@CorCorMS CorCorMS released this 22 Jun 20:14

HA Energy Native v0.1.9

Fixed

  • improved the Jetzt layout switching so mobile and desktop breakpoints rebuild more reliably
  • added additional listeners for breakpoint changes, orientation changes, page visibility changes, and page restores

Changed

  • updated the repository banner to the new dark showcase artwork provided for the project
  • bumped the frontend asset version again so the latest layout logic reloads reliably

v0.1.8

Choose a tag to compare

@CorCorMS CorCorMS released this 22 Jun 19:03

HA Energy Native v0.1.8

Fixed

  • added integration-local brand assets under custom_components/ha_energy_native_clone/brand/
  • included icon.png and logo.png directly in the custom integration package for improved Home Assistant / HACS branding compatibility

Notes

  • root-level branding remains in place
  • this release also ships the brand assets inside the integration package itself for better compatibility across HACS and Home Assistant surfaces

v0.1.7

Choose a tag to compare

@CorCorMS CorCorMS released this 22 Jun 18:57

HA Energy Native v0.1.7

Fixed

  • changed the live grid calculation to prefer only the power sensors configured in the Home Assistant Energy setup
  • use power_config.stat_rate_from and power_config.stat_rate_to as the primary live grid source mapping
  • prevent the live grid import/export view from mixing in the net-power sensor when dedicated Energy-setup power sensors are present

Changed

  • bumped the frontend asset version again so the corrected live grid sensor mapping reloads reliably