diff options
author | makefu <github@syntax-fehler.de> | 2019-04-04 22:53:57 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-04 22:53:57 +0200 |
commit | 521ddfb835fe430c70312a16466086dcaaef6dc1 (patch) | |
tree | 4abce75c469538eb7537f178943b6cb690797883 /makefu/2configs/bureautomation | |
parent | f22610b839fb2c6535567d921a538f645439c65d (diff) |
ma bureautomation: fix automation config
Diffstat (limited to 'makefu/2configs/bureautomation')
-rw-r--r-- | makefu/2configs/bureautomation/automation/bureau-shutdown.nix | 4 |
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 1def5f3ad..28c65721e 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"; |