Skip to content

Commit 3eee530

Browse files
committed
build: release 0.13.3
1 parent b74212c commit 3eee530

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ _Changes in the next release_
1111

1212
---
1313

14+
## v0.13.3 - 2025-12-23
15+
### Fixed
16+
- Fix sensor entity state handling when AVR is unavailable ([#161](https://github.com/unfoldedcircle/integration-denonavr/pull/161)).
17+
- Prevent log flooding with stack traces when AVR is unavailable ([#162](https://github.com/unfoldedcircle/integration-denonavr/pull/162)).
18+
1419
## v0.13.2 - 2025-12-22
1520
### Fixed
1621
- Remote-entity commands are working again after regression in 0.13.0

driver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"driver_id": "denonavr",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"min_core_api": "0.20.0",
55
"name": {
66
"en": "Denon and Marantz AVR Network Receivers"
@@ -19,5 +19,5 @@
1919
"setup_data_schema": {
2020
"_comment": "set at runtime"
2121
},
22-
"release_date": "2025-12-19"
22+
"release_date": "2025-12-23"
2323
}

0 commit comments

Comments
 (0)