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:
thejacko12354 2016-06-13 01:03:40 +02:00 committed by Paulus Schoutsen
parent 81ca175906
commit e437151881

View File

@ -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."""