Files
foodsi-bot/README.md
T
2026-03-27 08:50:09 +01:00

17 lines
284 B
Markdown

## FOODSI HOMEASSISTANT BOT
### Install
```
composer install
cp .env.example .env
```
### 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
```