reformat
This commit is contained in:
parent
33a99fb1cd
commit
82bd09442b
3 changed files with 3 additions and 5 deletions
|
@ -82,7 +82,8 @@ in {
|
|||
enable = true;
|
||||
virtualHosts = {
|
||||
"dms.pepe.private" = {
|
||||
serverAliases = [ "pdf.pepe.private" "docs.pepe.private" "dms.pepe.lan" ];
|
||||
serverAliases =
|
||||
[ "pdf.pepe.private" "docs.pepe.private" "dms.pepe.lan" ];
|
||||
locations."/" = { proxyPass = "http://localhost:5000"; };
|
||||
};
|
||||
};
|
||||
|
|
|
@ -93,7 +93,6 @@ in {
|
|||
};
|
||||
}
|
||||
|
||||
|
||||
# control situation with buttons
|
||||
{
|
||||
alias = "Button -> Change Scene";
|
||||
|
|
|
@ -30,9 +30,7 @@
|
|||
"stat/PAL08/RESULT"
|
||||
"zigbee2mqtt/light_2"
|
||||
];
|
||||
ignored_switches = [
|
||||
"zigbee2mqtt/motion_sensor_7"
|
||||
];
|
||||
ignored_switches = [ "zigbee2mqtt/motion_sensor_7" ];
|
||||
}
|
||||
];
|
||||
sensors = let
|
||||
|
|
Loading…
Reference in a new issue