homebridge-ac-freedom 2.1.0 → 2.1.1

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.1
4
+
5
+ - Mark plugin as compatible with Homebridge v2
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  - Clean up codebase: remove dead code, unused exports, empty config fields
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  # homebridge-ac-freedom
6
6
 
7
+ [![verified-by-homebridge](https://img.shields.io/badge/homebridge-verified-blueviolet?color=%23491F59&style=flat&logoColor=%23FFFFFF&logo=homebridge)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
7
8
  [![npm](https://img.shields.io/npm/v/homebridge-ac-freedom)](https://www.npmjs.com/package/homebridge-ac-freedom)
8
9
  [![npm](https://img.shields.io/npm/dt/homebridge-ac-freedom)](https://www.npmjs.com/package/homebridge-ac-freedom)
9
10
  [![GitHub](https://img.shields.io/github/license/azadaydinli/homebridge-ac-freedom)](https://github.com/azadaydinli/homebridge-ac-freedom/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-ac-freedom",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "displayName": "Homebridge AC Freedom",
5
5
  "description": "Homebridge plugin for AUX air conditioners via Broadlink (local UDP) and AUX Cloud API",
6
6
  "main": "index.js",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/azadaydinli/homebridge-ac-freedom.git"
25
25
  },
26
26
  "engines": {
27
- "homebridge": ">=1.6.0",
27
+ "homebridge": ">=1.6.0 || >=2.0.0",
28
28
  "node": ">=18.0.0"
29
29
  },
30
30
  "homepage": "https://github.com/azadaydinli/homebridge-ac-freedom"