Skip to content

Commit 4162d82

Browse files
committed
Recognize panel Keep-Alive at 5 sec, Handle httpx.RemoteProtocolError defensively
1 parent 6c67798 commit 4162d82

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
# Replace path dependencies with PyPI versions for CI
24-
sed -i 's/span-panel-api = {path = "..\/span-panel-api", develop = true}/span-panel-api = "^1.1.13"/' pyproject.toml
24+
sed -i 's/span-panel-api = {path = "..\/span-panel-api", develop = true}/span-panel-api = "^1.1.14"/' pyproject.toml
2525
sed -i 's/ha-synthetic-sensors = {path = "..\/ha-synthetic-sensors", develop = true}/ha-synthetic-sensors = "^1.1.13"/' pyproject.toml
2626
# Regenerate lock file with the modified dependencies
2727
poetry lock

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.30] - 2025-12-31
9+
10+
### 🔄 Changed
11+
12+
- **Bump span-panel-api to v1.1.14**: Recognize panel Keep-Alive at 5 sec, Handle httpx.RemoteProtocolError defensively, Thanks to @NickBorgersOnLowSecurityNode.
13+
814
## [1.29] - 2025-12-25
915

1016
### ✨ New Features

custom_components/span_panel/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"iot_class": "local_polling",
1313
"issue_tracker": "https://github.com/SpanPanel/span/issues",
1414
"requirements": [
15-
"span-panel-api~=1.1.13"
15+
"span-panel-api~=1.1.14"
1616
],
17-
"version": "1.2.9",
17+
"version": "1.3.0",
1818
"zeroconf": [
1919
{
2020
"type": "_span._tcp.local."

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)