@riddix/hamh 2.1.0-alpha.452 β 2.1.0-alpha.454
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/README.md
CHANGED
|
@@ -425,25 +425,13 @@ Thank you to everyone who helps improve this project by reporting issues!
|
|
|
425
425
|
|
|
426
426
|
### π Sponsors
|
|
427
427
|
|
|
428
|
-
> **Donations are completely voluntary!**
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
| [@linux4life798](https://github.com/linux4life798) | π Thank you for your generous support! |
|
|
436
|
-
| [@torandreroland](https://github.com/torandreroland) | π Thank you for your generous support! |
|
|
437
|
-
| [@ralondo](https://github.com/ralondo) | π Thank you for your generous support! |
|
|
438
|
-
| [@bexxter85-ux](https://github.com/bexxter85-ux) | π Thank you for your generous support! |
|
|
439
|
-
| [@dinariox](https://github.com/dinariox) | π Thank you for your generous support! |
|
|
440
|
-
| StefanS | π Thank you for your generous support! |
|
|
441
|
-
| Manny B. | π Thank you for your generous support! |
|
|
442
|
-
| [@JRCondat](https://github.com/JRCondat) | π Thank you for your generous support! |
|
|
443
|
-
| Bonjon | π Thank you for your generous support! |
|
|
444
|
-
| TobiR | π Thank you for your generous support! |
|
|
445
|
-
| [@d3rby91](https://github.com/d3rby91) | π Thank you for your generous support! |
|
|
446
|
-
| *Anonymous supporters* | π Thank you to those who prefer not to be named - your support is equally appreciated! |
|
|
428
|
+
> **Donations are completely voluntary!** This project exists because of passion for open source, not money. Thank you to everyone who has supported it β it truly means a lot! β€οΈ
|
|
429
|
+
|
|
430
|
+
π₯ **First Sponsor:** [@thorsten-gehrig](https://github.com/thorsten-gehrig)
|
|
431
|
+
|
|
432
|
+
π [@SH1FT-W](https://github.com/SH1FT-W) Β· [@ilGaspa](https://github.com/ilGaspa) Β· [@linux4life798](https://github.com/linux4life798) Β· [@torandreroland](https://github.com/torandreroland) Β· [@ralondo](https://github.com/ralondo) Β· [@bexxter85-ux](https://github.com/bexxter85-ux) Β· [@dinariox](https://github.com/dinariox) Β· [@JRCondat](https://github.com/JRCondat) Β· [@d3rby91](https://github.com/d3rby91) Β· [@nicoodeimos](https://github.com/nicoodeimos) Β· [@ustari28](https://github.com/ustari28) Β· Markus MΓΌller ([@Dingosworld](https://github.com/Dingosworld)) Β· StefanS Β· Manny B. Β· Bonjon Β· TobiR Β· Franz Huber Β· Michele Larese de Prata
|
|
433
|
+
|
|
434
|
+
π *...and anonymous supporters who prefer not to be named.*
|
|
447
435
|
|
|
448
436
|
### π Original Author
|
|
449
437
|
|
package/dist/backend/cli.js
CHANGED
|
@@ -146589,6 +146589,11 @@ var init_bridge_config_schema = __esm({
|
|
|
146589
146589
|
title: "platform",
|
|
146590
146590
|
description: "Match entities by their integration/platform. Example: 'hue', 'zwave', 'mqtt'."
|
|
146591
146591
|
},
|
|
146592
|
+
{
|
|
146593
|
+
const: "label",
|
|
146594
|
+
title: "label (deprecated)",
|
|
146595
|
+
description: "Deprecated: use entity_label or device_label instead. Behaves like entity_label."
|
|
146596
|
+
},
|
|
146592
146597
|
{
|
|
146593
146598
|
const: "entity_label",
|
|
146594
146599
|
title: "entity_label",
|