diff --git a/README.md b/README.md index 671f9d3e..a8efbbf4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Allows you to use your Zigbee devices **without** the vendors (Xiaomi/TRADFRI/Hu It bridges the events sent from the sensors and switches to MQTT. In this way you can integrate your Zigbee devices with whatever smart home infrastructure you are using. Integrates especially well with [home-assistant.io](https://www.home-assistant.io/). +![Architecture](architecture.png) + See [Supported devices](https://github.com/Koenkk/zigbee2mqtt/wiki/Supported-devices) to check wether your device is supported. If it's not listed there support can be added (fairly) easy. Feel free to create an [issue](https://github.com/Koenkk/zigbee2mqtt/issues) in this case. The [wiki](https://github.com/Koenkk/zigbee2mqtt/wiki) provides you all the information needed to get up and running! diff --git a/architecture.png b/architecture.png new file mode 100644 index 00000000..5ecc96c6 Binary files /dev/null and b/architecture.png differ