File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.0.3 - 2025-09-03
2
+ - Merge branch 'latest' into beta-3.0.3 (070e3c5)
3
+ - Fix TypeScript compilation error: remove duplicate 'default' property in august-yale mock (#172 ) (a5aaefc)
4
+ - Enhanced country code normalization with comprehensive configuration and multi-region support (#167 ) (4322bf7)
5
+ - Fix "Cannot set properties of undefined" error in validated() method when credentials are missing (#170 ) (9e47ae6)
6
+ - Merge branch 'latest' into beta-3.0.3 (c5a9a0b)
7
+ - Fix AggregateError handling in device statusCode method (#164 ) (9362932)
8
+ - Fix August API ETIMEDOUT errors after 24 hours with session refresh and retry logic (#166 ) (bf10832)
9
+ - Fix: Add null safety for doorState property to prevent crash with Yale Assure Lock 2 (#165 ) (f55d1c9)
10
+ - Fix HTTP 422 error handling and improve status code messaging (#163 ) (f0f6ece)
11
+ - Fix 401 authentication error with automatic re-authentication during device discovery (#155 ) (b526a55)
12
+ - Update homebridge-config-ui-x and enable Node.js 24 support (b4cd0f5)
13
+ - Fix Node.js version compatibility in CI workflows (0b15656)
14
+ - Fix false "lock was opened" logging by correcting context key construction (0befde5)
15
+
1
16
# Changelog
2
17
3
18
All notable changes to this project will be documented in this file. This project uses [ Semantic Versioning] ( https://semver.org/ )
@@ -234,4 +249,4 @@ All notable changes to this project will be documented in this file. This projec
234
249
- Initial Release
235
250
- Add Support to Subscribe to Events from a Lock
236
251
- Allows for displaying Lock as external Device not linkced to Bridge
237
- - Support for Lock Door Sense to be displayed as Contact Sensor
252
+ - Support for Lock Door Sense to be displayed as Contact Sensor
Original file line number Diff line number Diff line change 2
2
"name" : " @homebridge-plugins/homebridge-august" ,
3
3
"displayName" : " August" ,
4
4
"type" : " module" ,
5
- "version" : " 3.0.2 " ,
5
+ "version" : " 3.0.3 " ,
6
6
"description" : " The August plugin allows you to access your August & Yale device(s) from HomeKit." ,
7
7
"author" : {
8
8
"name" : " donavanbecker" ,
You can’t perform that action at this time.
0 commit comments