blob: 94cb768b99487a065327faeba0a60c9aab732392 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
let
airlevel = name: threshold: color:
{ alias = "${name} Air trigger ${color}";
trigger = [
];
action =
[
# create spark effect with color
];
};
in
{
# LED
switch = [
];
automation =
[
];
}
|