From 032644834cdca10fa700ff18ffbe654485888b06 Mon Sep 17 00:00:00 2001 From: mrG1K <mr@g1k.ru> Date: Wed, 13 Jan 2021 23:33:27 +0300 Subject: [PATCH 1/2] add compatible coordinators --- _zigbee/ZiGate-DIN.md | 4 ++-- _zigbee/ZiGate-FI.md | 4 ++-- _zigbee/ZiGate-PiZiGate.md | 4 ++-- _zigbee/ZiGate-USB.md | 4 ++-- _zigbee/coordinator_CC2538+CC2592-PA.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_zigbee/ZiGate-DIN.md b/_zigbee/ZiGate-DIN.md index 4430005b6..527cdea77 100644 --- a/_zigbee/ZiGate-DIN.md +++ b/_zigbee/ZiGate-DIN.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-DIN.jpg zigbeeid: none -compatible: [zigate,zha] +compatible: [zigate,zha,z2m] mlink: https://zigate.fr link: https://zigate.fr/produit/zigate-usb-din/ link2: https://www.amazon.fr/Zigate-Passerelle-USB-avec-ZigBee/dp/B07Z6P9HX6/ @@ -22,4 +22,4 @@ ZiGate is compatible with following Home Automation solutions: * [Jeedom](https://github.com/doudz/zigate) * [Domoticz](https://www.domoticz.com/wiki/Zigate) * [Home Assistant](https://community.home-assistant.io/search?q=zigate) -* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) \ No newline at end of file +* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) diff --git a/_zigbee/ZiGate-FI.md b/_zigbee/ZiGate-FI.md index d08e48e89..23733a22e 100644 --- a/_zigbee/ZiGate-FI.md +++ b/_zigbee/ZiGate-FI.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-WIFI.jpg zigbeeid: none -compatible: [zigate,zha] +compatible: [zigate,zha,z2m] mlink: https://zigate.fr link: https://zigate.fr/produit/zigate-pack-wifi-v1-3/ link2: https://shop.smarthome-europe.com/en/zigate/4316-zigate-universal-zigbee-gateway-wi-fi-3770014375025.html @@ -20,4 +20,4 @@ ZiGate is compatible with following Home Automation solutions: * [Jeedom](https://github.com/doudz/zigate) * [Domoticz](https://www.domoticz.com/wiki/Zigate) * [Home Assistant](https://community.home-assistant.io/search?q=zigate) -* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) \ No newline at end of file +* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) diff --git a/_zigbee/ZiGate-PiZiGate.md b/_zigbee/ZiGate-PiZiGate.md index cc57ce00c..e494bee29 100644 --- a/_zigbee/ZiGate-PiZiGate.md +++ b/_zigbee/ZiGate-PiZiGate.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-PiZiGate.jpg zigbeeid: none -compatible: [zigate,zha] +compatible: [zigate,zha,z2m] mlink: https://zigate.fr link: https://zigate.fr/produit/pizigate-v1-0/ link2: https://www.amazon.fr/Zigate-Module-avec-ZigBee-Raspberry/dp/B07Z6MQJWX @@ -22,4 +22,4 @@ ZiGate is compatible with following Home Automation solutions: * [Jeedom](https://github.com/doudz/zigate) * [Domoticz](https://www.domoticz.com/wiki/Zigate) * [Home Assistant](https://community.home-assistant.io/search?q=zigate) -* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) \ No newline at end of file +* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) diff --git a/_zigbee/ZiGate-USB.md b/_zigbee/ZiGate-USB.md index 22da5af45..a4355ccf1 100644 --- a/_zigbee/ZiGate-USB.md +++ b/_zigbee/ZiGate-USB.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-USB-TTL.jpg zigbeeid: none -compatible: [zigate,zha] +compatible: [zigate,zha,z2m] mlink: https://zigate.fr link: https://zigate.fr/produit/zigate-ttl/ link2: https://www.amazon.fr/Zigate-Passerelle-USB-avec-ZigBee/dp/B07Z6P9HX6/ @@ -20,4 +20,4 @@ ZiGate is compatible with following Home Automation solutions: * [Jeedom](https://github.com/doudz/zigate) * [Domoticz](https://www.domoticz.com/wiki/Zigate) * [Home Assistant](https://community.home-assistant.io/search?q=zigate) -* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) \ No newline at end of file +* [Vera](https://github.com/vosmont/Vera-Plugin-ZiGateGateway) diff --git a/_zigbee/coordinator_CC2538+CC2592-PA.md b/_zigbee/coordinator_CC2538+CC2592-PA.md index cd35ee64b..d0e3712b8 100644 --- a/_zigbee/coordinator_CC2538+CC2592-PA.md +++ b/_zigbee/coordinator_CC2538+CC2592-PA.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/coordinator_CC2538-CC2592-PA.jpg zigbeeid: none -compatible: [iob,zha] +compatible: [z2m,iob,zha] mlink: link: https://www.aliexpress.com/item/4000714953897.html link2: https://www.amazon.com/CC2538-CC2592-Zigbee-Wireless-Module/dp/B06XPTR2ZY From 3b8553b482708a43c795006b810e58fc8a4da10f Mon Sep 17 00:00:00 2001 From: mrG1K <mr@g1k.ru> Date: Wed, 13 Jan 2021 23:39:46 +0300 Subject: [PATCH 2/2] and iob --- _zigbee/ZiGate-DIN.md | 2 +- _zigbee/ZiGate-FI.md | 2 +- _zigbee/ZiGate-PiZiGate.md | 2 +- _zigbee/ZiGate-USB.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_zigbee/ZiGate-DIN.md b/_zigbee/ZiGate-DIN.md index 527cdea77..30f701e26 100644 --- a/_zigbee/ZiGate-DIN.md +++ b/_zigbee/ZiGate-DIN.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-DIN.jpg zigbeeid: none -compatible: [zigate,zha,z2m] +compatible: [zigate,zha,z2m,iob] mlink: https://zigate.fr link: https://zigate.fr/produit/zigate-usb-din/ link2: https://www.amazon.fr/Zigate-Passerelle-USB-avec-ZigBee/dp/B07Z6P9HX6/ diff --git a/_zigbee/ZiGate-FI.md b/_zigbee/ZiGate-FI.md index 23733a22e..017b6f385 100644 --- a/_zigbee/ZiGate-FI.md +++ b/_zigbee/ZiGate-FI.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-WIFI.jpg zigbeeid: none -compatible: [zigate,zha,z2m] +compatible: [zigate,zha,z2m,iob] mlink: https://zigate.fr link: https://zigate.fr/produit/zigate-pack-wifi-v1-3/ link2: https://shop.smarthome-europe.com/en/zigate/4316-zigate-universal-zigbee-gateway-wi-fi-3770014375025.html diff --git a/_zigbee/ZiGate-PiZiGate.md b/_zigbee/ZiGate-PiZiGate.md index e494bee29..99cd2b2b5 100644 --- a/_zigbee/ZiGate-PiZiGate.md +++ b/_zigbee/ZiGate-PiZiGate.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-PiZiGate.jpg zigbeeid: none -compatible: [zigate,zha,z2m] +compatible: [zigate,zha,z2m,iob] mlink: https://zigate.fr link: https://zigate.fr/produit/pizigate-v1-0/ link2: https://www.amazon.fr/Zigate-Module-avec-ZigBee-Raspberry/dp/B07Z6MQJWX diff --git a/_zigbee/ZiGate-USB.md b/_zigbee/ZiGate-USB.md index a4355ccf1..12da41473 100644 --- a/_zigbee/ZiGate-USB.md +++ b/_zigbee/ZiGate-USB.md @@ -7,7 +7,7 @@ category: coordinator supports: coordinator image: /assets/images/devices/ZiGate-USB-TTL.jpg zigbeeid: none -compatible: [zigate,zha,z2m] +compatible: [zigate,zha,z2m,iob] mlink: https://zigate.fr link: https://zigate.fr/produit/zigate-ttl/ link2: https://www.amazon.fr/Zigate-Passerelle-USB-avec-ZigBee/dp/B07Z6P9HX6/