diff --git a/Readme.md b/Readme.md index 57abd55..15d9f4b 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,13 @@ # Introduction -Expose BME680 sensor readings to Apple Homekit. +Simple script to add BME680 sensor readings to Apple Homekit using a Raspberry PI with minimal configuration. + +After running the program you'll be given the QR code used to add the sensor as an accessory in Homekit. + +![](./docs/add_to_home.png) + +![](./docs/homekit_view.jpg) ## Installing diff --git a/docs/add_to_home.png b/docs/add_to_home.png new file mode 100644 index 0000000..d50fe0d Binary files /dev/null and b/docs/add_to_home.png differ diff --git a/docs/homekit_view.jpg b/docs/homekit_view.jpg new file mode 100644 index 0000000..d2f9085 Binary files /dev/null and b/docs/homekit_view.jpg differ