Skip to content

Commit e0b0248

Browse files
authored
fix(ignore): update zigbee-herdsman-converters to 23.53.0 (#27572)
1 parent 5e44cf7 commit e0b0248

File tree

6 files changed

+11
-59
lines changed

6 files changed

+11
-59
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"winston-transport": "^4.9.0",
6363
"ws": "^8.18.1",
6464
"zigbee-herdsman": "4.1.0",
65-
"zigbee-herdsman-converters": "23.52.1",
65+
"zigbee-herdsman-converters": "23.53.0",
6666
"zigbee2mqtt-frontend": "0.9.13",
6767
"zigbee2mqtt-windfront": "^1.0.2"
6868
},

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extensions/bridge.test.ts

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ describe("Extension: Bridge", () => {
320320
);
321321
});
322322

323-
it("onlythis Should publish devices on startup", async () => {
323+
it("Should publish devices on startup", async () => {
324324
await resetExtension();
325-
// console.log(mockMQTTPublishAsync.mock.calls.find((c) => c[0] === "zigbee2mqtt/bridge/devices")[1]);
325+
// console.log(mockMQTTPublishAsync.mock.calls.find((c) => c[0] === 'zigbee2mqtt/bridge/devices')[1]);
326326
expect(mockMQTTPublishAsync).toHaveBeenCalledWith(
327327
"zigbee2mqtt/bridge/devices",
328328
stringify([
@@ -683,27 +683,6 @@ describe("Extension: Bridge", () => {
683683
property: "color",
684684
type: "composite",
685685
},
686-
{
687-
access: 7,
688-
description: "Configure genLevelCtrl",
689-
features: [
690-
{
691-
access: 7,
692-
description:
693-
'this setting can affect the "on_level", "current_level_startup" or "brightness" setting',
694-
label: "Execute if off",
695-
name: "execute_if_off",
696-
property: "execute_if_off",
697-
type: "binary",
698-
value_off: false,
699-
value_on: true,
700-
},
701-
],
702-
label: "Level config",
703-
name: "level_config",
704-
property: "level_config",
705-
type: "composite",
706-
},
707686
],
708687
type: "light",
709688
},
@@ -717,27 +696,6 @@ describe("Extension: Bridge", () => {
717696
type: "enum",
718697
values: ["off", "on", "toggle", "previous"],
719698
},
720-
{
721-
access: 7,
722-
category: "config",
723-
description: "Advanced color behavior",
724-
features: [
725-
{
726-
access: 2,
727-
description: "Controls whether color and color temperature can be set while light is off",
728-
label: "Execute if off",
729-
name: "execute_if_off",
730-
property: "execute_if_off",
731-
type: "binary",
732-
value_off: false,
733-
value_on: true,
734-
},
735-
],
736-
label: "Color options",
737-
name: "color_options",
738-
property: "color_options",
739-
type: "composite",
740-
},
741699
{
742700
access: 2,
743701
label: "Effect",

test/extensions/frontend.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ describe("Extension: Frontend", () => {
250250
state: "ON",
251251
effect: null,
252252
power_on_behavior: null,
253-
color_options: null,
254253
linkquality: 20,
255254
update: {state: null, installed_version: -1, latest_version: -1},
256255
}),
@@ -273,7 +272,6 @@ describe("Extension: Frontend", () => {
273272
payload: {
274273
state: "ON",
275274
power_on_behavior: null,
276-
color_options: null,
277275
effect: null,
278276
linkquality: 20,
279277
update: {state: null, installed_version: -1, latest_version: -1},
@@ -301,7 +299,6 @@ describe("Extension: Frontend", () => {
301299
state: "ON",
302300
brightness: 90,
303301
power_on_behavior: null,
304-
color_options: null,
305302
effect: null,
306303
linkquality: 20,
307304
update: {state: null, installed_version: -1, latest_version: -1},

test/extensions/homeassistant.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,6 @@ describe("Extension: HomeAssistant", () => {
13411341
linkquality: null,
13421342
state: null,
13431343
power_on_behavior: null,
1344-
color_options: null,
13451344
update: {state: null, installed_version: -1, latest_version: -1},
13461345
}),
13471346
{retain: false, qos: 0},
@@ -1364,7 +1363,6 @@ describe("Extension: HomeAssistant", () => {
13641363
effect: null,
13651364
linkquality: null,
13661365
state: null,
1367-
color_options: null,
13681366
power_on_behavior: null,
13691367
update: {state: null, installed_version: -1, latest_version: -1},
13701368
}),
@@ -1387,7 +1385,6 @@ describe("Extension: HomeAssistant", () => {
13871385
effect: null,
13881386
state: "ON",
13891387
power_on_behavior: null,
1390-
color_options: null,
13911388
update: {state: null, installed_version: -1, latest_version: -1},
13921389
}),
13931390
{retain: false, qos: 0},

test/extensions/networkMap.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ describe("Extension: NetworkMap", () => {
247247
description: "Hue Go",
248248
model: "7146060PH",
249249
supports:
250-
"light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs, level_config), power_on_behavior, color_options, effect, linkquality",
250+
"light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs), power_on_behavior, effect, linkquality",
251251
vendor: "Philips",
252252
},
253253
failed: [],
@@ -554,7 +554,7 @@ describe("Extension: NetworkMap", () => {
554554
description: "Hue Go",
555555
model: "7146060PH",
556556
supports:
557-
"light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs, level_config), power_on_behavior, color_options, effect, linkquality",
557+
"light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs), power_on_behavior, effect, linkquality",
558558
vendor: "Philips",
559559
},
560560
failed: [],
@@ -711,7 +711,7 @@ describe("Extension: NetworkMap", () => {
711711
description: "Hue Go",
712712
model: "7146060PH",
713713
supports:
714-
"light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs, level_config), power_on_behavior, color_options, effect, linkquality",
714+
"light (state, brightness, color_temp, color_temp_startup, color_xy, color_hs), power_on_behavior, effect, linkquality",
715715
vendor: "Philips",
716716
},
717717
failed: [],

0 commit comments

Comments
 (0)