homebridge-homeassistant-things 2.3.0 → 2.4.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 +10 -0
- package/README.md +1 -5
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,16 @@ Todos los cambios relevantes de este proyecto se documentan aquí.
|
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
+
## [2.4.0] - 2026-04-04
|
|
14
|
+
|
|
15
|
+
### Added / Añadido
|
|
16
|
+
- **EN** Plugin officially **verified by Homebridge** ✅ — badge updated in README.
|
|
17
|
+
- **EN** Added PayPal donate button (appears in Homebridge UI plugin tile).
|
|
18
|
+
- **ES** Plugin **verificado oficialmente por Homebridge** ✅ — badge actualizado en el README.
|
|
19
|
+
- **ES** Añadido botón de donación PayPal (aparece en la ficha del plugin en la UI de Homebridge).
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
13
23
|
## [2.3.0] - 2026-04-02
|
|
14
24
|
|
|
15
25
|
### Added / Añadido
|
package/README.md
CHANGED
|
@@ -4,11 +4,7 @@ Homebridge plugin to control Home Assistant devices as native HomeKit accessorie
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/homebridge-homeassistant-things)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
12
8
|
|
|
13
9
|
---
|
|
14
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-homeassistant-things",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Homebridge plugin to control Home Assistant devices (switches, thermostats, blinds, garage doors) as native HomeKit accessories",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -32,5 +32,9 @@
|
|
|
32
32
|
"pluginAlias": "HomeAssistantThing",
|
|
33
33
|
"pluginType": "platform"
|
|
34
34
|
},
|
|
35
|
+
"funding": {
|
|
36
|
+
"type": "paypal",
|
|
37
|
+
"url": "https://paypal.me/torresyago"
|
|
38
|
+
},
|
|
35
39
|
"dependencies": {}
|
|
36
40
|
}
|