savegame 2023-11-18

This commit is contained in:
Bastian Schnorbus
2023-11-18 14:51:50 +01:00
parent 6ab9ea0194
commit 546cedc190
19 changed files with 2500 additions and 136 deletions

4
show-container-logs.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env zsh
docker logs -f $(docker ps |grep home-assistant|cut -d' ' -f1)