diff --git a/sensors/install.sh b/sensors/install.sh new file mode 100644 index 0000000..495a374 --- /dev/null +++ b/sensors/install.sh @@ -0,0 +1,6 @@ +# Install the systemd service +cp bme680-homekit.service /etc/systemd/system +systemctl daemon-reload +systemctl start bme680-homekit +systemctl enable bme680-homekit +