Skip to content

Commit

Permalink
refactor: turn off media players
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Nov 15, 2024
1 parent b3bdf31 commit 2e1704e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/automation/media_player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
state: "off"
action:
- service: media_player.turn_off
entity_id: media_player.tv
- service: media_player.media_stop
entity_id: media_player.living_room
entity_id: media_player.apple_tv_livingroom
- service: media_player.media_pause
entity_id: media_player.living_room_2
- service: notify.all_smartphones
data:
message: All media players was turned off 🔇
Expand Down

0 comments on commit 2e1704e

Please sign in to comment.