@riddix/hamh 2.1.0-alpha.452 → 2.1.0-alpha.453
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/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",
|