diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4f23ef --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Power Watch + +Telegram notifier for your laptop homelabs. + +Sends a Telegram message when your system switches between AC and battery, perfect for power sensitive deployments. + +## Install (Configure before installation) +```bash +git clone https://github.com/YOURNAME/power-watch.git +cd power-watch +./install.sh +``` + +## Configuration +- Edit `./power-watch.sh`, and set `BOT_TOKEN` & `CHAT_ID` |
