diff --git a/README.md b/README.md index 3eae5ea..0359ef7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ It uses version 2 of AAISPs [CHAOS](https://support.aa.net.uk/CHAOS) API. Useful for integrating and displaying AAISP line properties in home automation applications, such as [Home Assistant](https://home-assistant.io/) or [openHAB](http://www.openhab.org/). +![Workflow](https://raw.github.com/natm/aaisp-to-mqtt/master/docs/workflow.png) + ## Usage ## Create a config file, for example in /etc/aaisp-mqtt.conf, minimal viable with no MQTT authentication: diff --git a/docs/workflow.png b/docs/workflow.png new file mode 100644 index 0000000..fe0854c Binary files /dev/null and b/docs/workflow.png differ