Compare commits

...
3 Commits
Author SHA1 Message Date
Koen Kanters 360a777a4e 1.28.2 2022-11-04 16:53:33 +01:00
Koen Kanters 5ed8b36cf2 Bump zigbee-herdsman-converters to 14.0.657-hotfix.0 2022-11-04 16:52:53 +01:00
Koen Kanters 31f002294e Update README.md 2022-11-02 22:00:25 +01:00
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Zigbee2MQTT integrates well with (almost) every home automation solution because
### [Home Assistant](https://www.home-assistant.io/)
- [Home Assistant](https://www.home-assistant.io/hassio/): Using [the official addon](https://github.com/zigbee2mqtt/hassio-zigbee2mqtt)
- Generic install or Hassbian: Using instructions [here](https://www.zigbee2mqtt.io/guide/usage/integrations/home_assistant.html)
- Generic install: using instructions [here](https://www.zigbee2mqtt.io/guide/usage/integrations/home_assistant.html)
<img align="left" height="100px" width="100px" src="https://user-images.githubusercontent.com/2734836/47615848-b8dd8700-dabd-11e8-9d77-175002dd8987.png">
+9 -9
View File
@@ -1,12 +1,12 @@
{
"name": "zigbee2mqtt",
"version": "1.28.1",
"version": "1.28.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zigbee2mqtt",
"version": "1.28.1",
"version": "1.28.2",
"license": "GPL-3.0",
"dependencies": {
"ajv": "^8.11.0",
@@ -35,7 +35,7 @@
"winston-transport": "^4.5.0",
"ws": "^8.10.0",
"zigbee-herdsman": "0.14.68",
"zigbee-herdsman-converters": "14.0.657",
"zigbee-herdsman-converters": "14.0.657-hotfix.0",
"zigbee2mqtt-frontend": "0.6.114"
},
"bin": {
@@ -9932,9 +9932,9 @@
}
},
"node_modules/zigbee-herdsman-converters": {
"version": "14.0.657",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.657.tgz",
"integrity": "sha512-FVb/YuCBXL79JXzXssuhp3Et4fumDn67rqvhxRINhTYtWhUn4G1rGY19uUdFgX8eNSE3qHdDhoP424qiPZzfuw==",
"version": "14.0.657-hotfix.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.657-hotfix.0.tgz",
"integrity": "sha512-UyjVVC8ZM2rmd5iyO1rCO4h4gyco53oekrRPraLL/9GU860rN2GhXO0damEMpRAkKvgM/r84DoCWLVH0kQFFXw==",
"dependencies": {
"axios": "^1.1.3",
"buffer-crc32": "^0.2.13",
@@ -17261,9 +17261,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "14.0.657",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.657.tgz",
"integrity": "sha512-FVb/YuCBXL79JXzXssuhp3Et4fumDn67rqvhxRINhTYtWhUn4G1rGY19uUdFgX8eNSE3qHdDhoP424qiPZzfuw==",
"version": "14.0.657-hotfix.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-14.0.657-hotfix.0.tgz",
"integrity": "sha512-UyjVVC8ZM2rmd5iyO1rCO4h4gyco53oekrRPraLL/9GU860rN2GhXO0damEMpRAkKvgM/r84DoCWLVH0kQFFXw==",
"requires": {
"axios": "^1.1.3",
"buffer-crc32": "^0.2.13",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "zigbee2mqtt",
"version": "1.28.1",
"version": "1.28.2",
"description": "Zigbee to MQTT bridge using Zigbee-herdsman",
"main": "index.js",
"repository": {
@@ -61,7 +61,7 @@
"winston-transport": "^4.5.0",
"ws": "^8.10.0",
"zigbee-herdsman": "0.14.68",
"zigbee-herdsman-converters": "14.0.657",
"zigbee-herdsman-converters": "14.0.657-hotfix.0",
"zigbee2mqtt-frontend": "0.6.114"
},
"devDependencies": {