Skip to content

Commit

Permalink
Set play/pause actions
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Apr 21, 2024
1 parent 3f09ba9 commit 07afad6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/media_players/lg_c9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ media_player:
{{ not state_attr("media_player.lg_c9", "is_volume_muted") }}
target:
entity_id: media_player.lg_c9
media_play:
service: media_player.media_play
target:
entity_id: media_player.lg_c9
media_pause:
service: media_player.media_pause
target:
entity_id: media_player.lg_c9
media_play_pause:
service: media_player.media_play_pause
target:
entity_id: media_player.lg_c9
attributes:
is_volume_muted: media_player.lg_c9|is_volume_muted

Expand Down

0 comments on commit 07afad6

Please sign in to comment.