mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use more compatible samsungtv TV key (#25083)
* use more compatible TV key * Remove extra spaces
This commit is contained in:
parent
1368501cba
commit
49abda2d49
@ -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 | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user