mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update helper_stats_graphs.yaml
This commit is contained in:
3
.github/workflows/helper_stats_graphs.yaml
vendored
3
.github/workflows/helper_stats_graphs.yaml
vendored
@@ -157,7 +157,8 @@ jobs:
|
|||||||
# If non null
|
# If non null
|
||||||
if [[ ${#FOLDER} -gt 2 ]]; then
|
if [[ ${#FOLDER} -gt 2 ]]; then
|
||||||
cp Stats3 StatsTmp
|
cp Stats3 StatsTmp
|
||||||
sed -i "/$TITLE/!d" StatsTmp
|
sed -n "/Date/p" Stats3 > StatsTmp
|
||||||
|
sed -n "/$TITLE/p" Stats3 >> StatsTmp
|
||||||
# Transpose data
|
# Transpose data
|
||||||
awk '
|
awk '
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user