Add scripts configured in UI
This commit is contained in:
parent
c5517cfaf7
commit
80698ceebd
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ in
|
|||
platform = "bluetooth_le_tracker";
|
||||
}
|
||||
];
|
||||
script = [
|
||||
"script nix" = [
|
||||
{
|
||||
lights_off_except = {
|
||||
icon = "mdi:home-lightbulb";
|
||||
|
|
@ -159,6 +159,7 @@ in
|
|||
};
|
||||
}
|
||||
];
|
||||
"script ui" = "!include scripts.yaml";
|
||||
calendar = [
|
||||
{
|
||||
platform = "caldav";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue