mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Update samsungtv.py (#2286)
Changed line 75 'KEY_POWER' to 'KEY' Fixes the problem that every 10 sec the tv interprets that the Up-button is pressed
This commit is contained in:
parent
81ca175906
commit
e437151881
@ -72,7 +72,7 @@ class SamsungTVDevice(MediaPlayerDevice):
|
||||
def update(self):
|
||||
"""Retrieve the latest data."""
|
||||
# Send an empty key to see if we are still connected
|
||||
return self.send_key('KEY_POWER')
|
||||
return self.send_key('KEY')
|
||||
|
||||
def get_remote(self):
|
||||
"""Create or return a remote control instance."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user