Skip to content

v1.3.1

Latest

Choose a tag to compare

@cayossarian cayossarian released this 21 Jan 22:25
· 1 commit to main since this release
d47b40e

🐛 Bug Fixes

  • Fix reload loop when circuit name is None (#162, @NickBorgers): Fixed infinite reload loop that caused entity flickering when the SPAN panel
    API returns None for circuit names.
    Thanks to @NickBorgers for correctly analyzing a solution. @cayossarian.

  • Fix spike cleanup service not finding legacy sensor names (#160, @mepoland ): The cleanup_energy_spikes service now correctly finds sensors regardless of naming pattern (friendly names, circuit numbers, or legacy names without span_panel_ prefix).
    Also adds optional main_meter_entity_id parameter allowing users to manually specify the
    spike detection sensor when auto-detection of main meter fails or that sensor has been renamed.
    @cayossarian.

🔧 Improvements

  • When a user has customized an entity's friendly name in Home Assistant, the integration skips reload request for that entity. @cayossarian