From 13fc51b77d0c5e5dbbc6d3cb2a70e42acf48c75b Mon Sep 17 00:00:00 2001 From: ewilly Date: Sun, 12 Feb 2023 22:11:52 +0100 Subject: [PATCH] Fix CI linter --- doc/DESCRIPTION.md | 11 +++++++++++ test.toml => tests.toml | 0 2 files changed, 11 insertions(+) create mode 100644 doc/DESCRIPTION.md rename test.toml => tests.toml (100%) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..53a10f2 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,11 @@ +Awaken your home +Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. + +### Features + +- Works with over 1000 brands ; +- Powerful automations ; +- Extend your system with add-ons ; +- All your smart home data stays local ; +- Companion Mobile Apps ; +- Home Energy Management." diff --git a/test.toml b/tests.toml similarity index 100% rename from test.toml rename to tests.toml