homebridge-blueair-purifier 1.1.0-beta.3 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/.zed/settings.json +0 -16
- package/mise.local.toml +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
# v1.1.0
|
|
4
|
+
## 2026-01-07
|
|
5
|
+
- fix: correct handling of state/sensor updates, so the states of the accessory in the Home app refreshes correctly
|
|
6
|
+
- fix: correct mutex usage
|
|
7
|
+
- fix: supports Node.js v24 (fixes #26)
|
|
8
|
+
- chore: outdated dependencies
|
|
9
|
+
|
|
3
10
|
# v1.0.11
|
|
4
11
|
## 2024-07-21
|
|
5
12
|
- fix: added Canada to the custom UI
|
package/package.json
CHANGED
package/.zed/settings.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"languages": {
|
|
3
|
-
"JavaScript": {
|
|
4
|
-
"language_servers": ["vtsls", "eslint"],
|
|
5
|
-
"code_actions_on_format": {
|
|
6
|
-
"source.fixAll.eslint": true,
|
|
7
|
-
},
|
|
8
|
-
},
|
|
9
|
-
"TypeScript": {
|
|
10
|
-
"language_servers": ["vtsls", "eslint"],
|
|
11
|
-
"code_actions_on_format": {
|
|
12
|
-
"source.fixAll.eslint": true,
|
|
13
|
-
},
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
}
|
package/mise.local.toml
DELETED