summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefu/2configs/bureautomation/automation/bureau-shutdown.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/bureautomation/automation/bureau-shutdown.nix b/makefu/2configs/bureautomation/automation/bureau-shutdown.nix
index 1def5f3a..28c65721 100644
--- a/makefu/2configs/bureautomation/automation/bureau-shutdown.nix
+++ b/makefu/2configs/bureautomation/automation/bureau-shutdown.nix
@@ -1,7 +1,7 @@
[
{ alias = "Turn on Fernseher on group home";
trigger = {
- condition = "state";
+ platform = "state";
entity_id = "group.team";
from = "not_home";
to = "home";
@@ -17,7 +17,7 @@
{ alias = "Turn off Fernseher after last in group left";
trigger = [
{ # trigger when movement was detected at the time
- condition = "state";
+ platform = "state";
entity_id = "group.team";
from = "home";
to = "not_home";