mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Add log example
This commit is contained in:
@@ -20,6 +20,13 @@ eval: |
|
||||
ln -s /share/eufy-ha-mqtt-bridge/data /app;
|
||||
```
|
||||
|
||||
#### Example: Copy logs to `shares`
|
||||
```yaml
|
||||
eval: cp -v /data/*.log /share;
|
||||
```
|
||||
|
||||
Logs can now easily be accessed via e.g. _Visual Studio Code Add-on_.
|
||||
|
||||
#### Example: Export payloads to file
|
||||
To help adding more devices it is crucial to provide some information, see https://github.com/matijse/eufy-ha-mqtt-bridge/issues/7.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user