Changed to be run all the time, on/off switch in homeassistant controls notification

This commit is contained in:
Krzysztof Płaczek
2025-01-26 09:28:30 +01:00
parent 61b1cbadbb
commit 8d23c68812
5 changed files with 60 additions and 17 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
## FOODSI HOMEASSISTANT BOT
### Run in debug mode
`--debug` flag does not update Homeassistant, does not send notifications it just prints out current number of packages on the screen.
```bash
php index.php --debug
```