Update zigbee-herdsman-converters to 14.0.356 (#10329)

* Update zigbee-herdsman-converters to 14.0.356

* Fix tests

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
github-actions[bot]
2021-12-23 19:00:19 +00:00
committed by GitHub
co-authored by Koenkk Koen Kanters
parent 03f24a63d5
commit 2a8a98f9a3
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -13160,9 +13160,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "14.0.355",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.355.tgz",
"integrity": "sha512-0rwd9NqTS7CaqfzqKbj+CuTGDTvCR/O98mXIbHxx3aau9ZebGBNvbgxKOnO/BIqWuBDFWmfzo4a4LS50SAy1pQ==",
"version": "14.0.356",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.356.tgz",
"integrity": "sha512-lHvIuMUENH39KWJdiSHAgn2IYnOd+f9DZksZWsyGGiFnG4baq05PI1123UGdOHAsExO6nlG8wa5Wg+kdt1Ixbg==",
"requires": {
"axios": "^0.24.0",
"buffer-crc32": "^0.2.13",
+1 -1
View File
@@ -58,7 +58,7 @@
"winston-syslog": "^2.4.4",
"ws": "^8.3.0",
"zigbee-herdsman": "0.13.185",
"zigbee-herdsman-converters": "14.0.355",
"zigbee-herdsman-converters": "14.0.356",
"zigbee2mqtt-frontend": "0.6.63"
},
"devDependencies": {
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -943,7 +943,7 @@ describe('HomeAssistant extension', () => {
);
expect(MQTT.publish).toHaveBeenCalledWith(
'zigbee2mqtt/remote',
stringify({"action":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
stringify({"action":null,"action_duration":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
{ retain: true, qos: 0 },
expect.any(Function)
);
@@ -967,7 +967,7 @@ describe('HomeAssistant extension', () => {
);
expect(MQTT.publish).toHaveBeenCalledWith(
'zigbee2mqtt/remote',
stringify({"action":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
stringify({"action":null,"action_duration":null,"battery":null,"brightness":255,"linkquality":null, "update_available": null, "update": {"state": null}}),
{ retain: true, qos: 0 },
expect.any(Function)
);