Use more compatible samsungtv TV key (#25083)

* use more compatible TV key

* Remove extra spaces
pull/25115/head
escoand 2019-07-12 20:28:30 +02:00 committed by Paulus Schoutsen
parent 1368501cba
commit 49abda2d49
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ DEFAULT_TIMEOUT = 1
KEY_PRESS_TIMEOUT = 1.2
KNOWN_DEVICES_KEY = 'samsungtv_known_devices'
SOURCES = {
'TV': 'KEY_DTV',
'HDMI': 'KEY_HDMI'
'TV': 'KEY_TV',
'HDMI': 'KEY_HDMI',
}
SUPPORT_SAMSUNGTV = SUPPORT_PAUSE | SUPPORT_VOLUME_STEP | \