From d505f202533cd583cd23ff790c8f1cdda50770d8 Mon Sep 17 00:00:00 2001 From: cayossarian <23534755+cayossarian@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:36:33 -0700 Subject: [PATCH] bump span-panel-api to 2.6.2 --- CHANGELOG.md | 2 +- custom_components/span_panel/manifest.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a32e8c6..66c5fccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file. - **Dashboard graph fidelity** — Circuit charts now use step interpolation instead of linear, eliminating misleading diagonal ramps between data points. Continuous signals (PV solar output, BESS SoC/SoE) retain linear interpolation to faithfully represent their gradual behavior. - **Panel status showing "Connected" while the panel is offline** — the panel status sensor now reflects the true connection state and updates within a second - of the panel going offline or coming back online (including the bump to span-panel-api v2.6.1) + of the panel going offline or coming back online (including the bump to span-panel-api v2.6.2) ## [2.0.5] - 4/2026 diff --git a/custom_components/span_panel/manifest.json b/custom_components/span_panel/manifest.json index ac5e6427..171d3c76 100644 --- a/custom_components/span_panel/manifest.json +++ b/custom_components/span_panel/manifest.json @@ -22,7 +22,7 @@ ], "quality_scale": "gold", "requirements": [ - "span-panel-api==2.6.1" + "span-panel-api==2.6.2" ], "version": "2.0.6", "zeroconf": [ diff --git a/pyproject.toml b/pyproject.toml index e7ed7736..3da37d85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" requires-python = ">=3.14.2,<3.15" dependencies = [ "homeassistant==2026.4.2", - "span-panel-api==2.6.1", + "span-panel-api==2.6.2", ] [dependency-groups] diff --git a/uv.lock b/uv.lock index 55e72965..00fe5004 100644 --- a/uv.lock +++ b/uv.lock @@ -2407,7 +2407,7 @@ dev = [ [[package]] name = "span-panel-api" -version = "2.6.1" +version = "2.6.2" source = { editable = "../span-panel-api" } dependencies = [ { name = "httpx" },