mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-05 22:04:30 +01:00
Add log example
This commit is contained in:
@@ -20,6 +20,13 @@ eval: |
|
|||||||
ln -s /share/eufy-ha-mqtt-bridge/data /app;
|
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
|
#### 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.
|
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