Skip to content

Commit 2dc4d24

Browse files
authored
Merge pull request #243 from SpanPanel/release/v2.0.8
bump span-panel-api to 2.6.4 and start 2.0.8 changelog
2 parents 6631fc0 + 97a0241 commit 2dc4d24

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.8] - 5/2026
6+
7+
### Fixed
8+
9+
- **Integration reconnects automatically after a panel firmware upgrade** — previously, if the panel renewed its security certificate (for example during a
10+
firmware update), the integration could get stuck offline and require a manual reload from the Devices & Services page. It now recovers on its own.
11+
- **Non-default panel ports now connect correctly** — panels configured to use a port other than the default are reached on the right port at startup.
12+
513
## [2.0.7] - 5/2026
614

715
### Fixed

custom_components/span_panel/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"quality_scale": "gold",
2424
"requirements": [
25-
"span-panel-api==2.6.2"
25+
"span-panel-api==2.6.4"
2626
],
27-
"version": "2.0.7",
27+
"version": "2.0.8",
2828
"zeroconf": [
2929
{
3030
"type": "_span._tcp.local."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
requires-python = ">=3.14.3,<3.15"
99
dependencies = [
1010
"homeassistant==2026.4.4",
11-
"span-panel-api==2.6.2",
11+
"span-panel-api==2.6.4",
1212
]
1313

1414
[dependency-groups]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)