fix: home assistant multimedia off automation
This commit is contained in:
parent
87d22fba6d
commit
b8453eaf43
1 changed files with 2 additions and 1 deletions
|
|
@ -246,6 +246,7 @@
|
|||
platform = "state";
|
||||
entity_id = "binary_sensor.multimedia_device_on";
|
||||
to = "off";
|
||||
for = "00:00:30";
|
||||
};
|
||||
action = [
|
||||
{
|
||||
|
|
@ -290,7 +291,7 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
delay = 20;
|
||||
delay = 30;
|
||||
}
|
||||
# turn off tv switch
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue