diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..669cc03 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,2 @@ +[default.extend-words] +mosquitto = "mosquitto" diff --git a/README.md b/README.md index 6c34bbc..d3fead5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # automation_rs -Custom home automation solution with google-home intergration + +Custom home automation solution with google-home integration ## Development + Make sure to setup git hooks by running + ```sh git config --local core.hooksPath .git-hooks/ ```