10 lines
223 B
Markdown
10 lines
223 B
Markdown
## 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
|
|
```
|