ma bureautomation: fix automation config
This commit is contained in:
parent
de4760b2f9
commit
b46a7fbc9e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue