ma bureautomation: fix automation config

This commit is contained in:
makefu 2019-04-04 22:53:57 +02:00
parent f22610b839
commit 521ddfb835
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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";