You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expert option to disable TLS cert validation of HA WS server
Users are still using self-signed certificates in 2025...
A quick fix to disable certificate validation.
DISCOURAGED AND NOT RECOMMENDED! Please use Let's Encrpyt instead.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
_Changes in the next release_
10
10
11
+
### Added
12
+
- Expert option to disable certificate validation of the Home Assistant WebSocket server connection.
13
+
11
14
---
12
15
13
16
## v0.12.2 - 2025-04-17
14
17
### Added
15
-
- Propagate media player attribute `media_position_updated_at`.
18
+
- Propagate media player attribute `media_position_updated_at` ([feature-and-bug-tracker#443](https://github.com/unfoldedcircle/feature-and-bug-tracker/issues/443)).
19
+
16
20
### Fixed
17
21
- Media player `media_type` attribute value should be upper case to match entity documentation.
0 commit comments