Home assistant: fix script configuration

This commit is contained in:
Filippo Berto 2023-06-17 19:30:25 +02:00
parent e93cfbcc6d
commit d11f7d4042
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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"