Home assistant: fix script configuration
This commit is contained in:
parent
e93cfbcc6d
commit
d11f7d4042
1 changed files with 2 additions and 0 deletions
|
|
@ -357,6 +357,7 @@ with lib; {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
recorder.purge_keep_days = 30;
|
recorder.purge_keep_days = 30;
|
||||||
|
script = "!include scripts.yaml";
|
||||||
shopping_list = { };
|
shopping_list = { };
|
||||||
sun = { };
|
sun = { };
|
||||||
system_health = { };
|
system_health = { };
|
||||||
|
|
@ -430,6 +431,7 @@ with lib; {
|
||||||
"random"
|
"random"
|
||||||
"scene"
|
"scene"
|
||||||
"schedule"
|
"schedule"
|
||||||
|
"script"
|
||||||
"sonarr"
|
"sonarr"
|
||||||
"speedtestdotnet"
|
"speedtestdotnet"
|
||||||
"spotify"
|
"spotify"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue