diff --git a/README.md b/README.md index 2a62948..b182655 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Useful for integrating and displaying AAISP line properties in home automation a * Flashing a light in the office when the downstream sync rate drops * Sending line info to [Crouton](https://github.com/edfungus/Crouton) +Example showing lines in Home Assistant... + +![Screenshot](https://raw.github.com/natm/aaisp-to-mqtt/master/docs/home-assistant-panel.png) + ## Configuration ## Create a config file, for example in /etc/aaisp-mqtt.conf, minimal viable with no MQTT authentication: diff --git a/docs/home-assistant-panel.png b/docs/home-assistant-panel.png new file mode 100644 index 0000000..b43c931 Binary files /dev/null and b/docs/home-assistant-panel.png differ