udpated media button target

This commit is contained in:
John Lancaster
2025-12-29 18:42:26 -06:00
parent d03a5e8a19
commit dd12a0a5d0

View File

@@ -23,7 +23,7 @@ class Button(Hass):
match new:
case ButtonPress.SINGLE:
self.log('Single press')
self.call_service('media_player/media_play_pause', entity_id='media_player.living_room_tv')
self.call_service('media_player/media_play_pause', entity_id='media_player.living_room_tv_2')
case ButtonPress.DOUBLE:
self.log('Double')
self.call_service(