mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-01 08:38:35 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
360a777a4e | ||
|
|
5ed8b36cf2 | ||
|
|
31f002294e |
@@ -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">
|
||||
|
||||
|
||||
Generated
+9
-9
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user