Update custom cards and fix incorrect entity id in home cinema automation

This commit is contained in:
Burningstone91
2021-03-21 22:15:57 +01:00
parent 552e8552fb
commit 14a5c5695c
12 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ automation:
sequence:
- service: remote.send_command
data:
entity_id: remote.livingroom
entity_id: remote.wohnzimmer
device: "{{ device }}"
command: Pause
- service: light.turn_on
@@ -80,7 +80,7 @@ automation:
sequence:
- service: remote.send_command
data:
entity_id: remote.livingroom
entity_id: remote.wohnzimmer
device: "{{ device }}"
command: Play
- service: script.turn_on

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB