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";
|
{ alias = "Turn on Fernseher on group home";
|
||||||
trigger = {
|
trigger = {
|
||||||
condition = "state";
|
platform = "state";
|
||||||
entity_id = "group.team";
|
entity_id = "group.team";
|
||||||
from = "not_home";
|
from = "not_home";
|
||||||
to = "home";
|
to = "home";
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
{ alias = "Turn off Fernseher after last in group left";
|
{ alias = "Turn off Fernseher after last in group left";
|
||||||
trigger = [
|
trigger = [
|
||||||
{ # trigger when movement was detected at the time
|
{ # trigger when movement was detected at the time
|
||||||
condition = "state";
|
platform = "state";
|
||||||
entity_id = "group.team";
|
entity_id = "group.team";
|
||||||
from = "home";
|
from = "home";
|
||||||
to = "not_home";
|
to = "not_home";
|
||||||
|
|
Loading…
Reference in a new issue