mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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
|
KEY_PRESS_TIMEOUT = 1.2
|
||||||
KNOWN_DEVICES_KEY = 'samsungtv_known_devices'
|
KNOWN_DEVICES_KEY = 'samsungtv_known_devices'
|
||||||
SOURCES = {
|
SOURCES = {
|
||||||
'TV': 'KEY_DTV',
|
'TV': 'KEY_TV',
|
||||||
'HDMI': 'KEY_HDMI'
|
'HDMI': 'KEY_HDMI',
|
||||||
}
|
}
|
||||||
|
|
||||||
SUPPORT_SAMSUNGTV = SUPPORT_PAUSE | SUPPORT_VOLUME_STEP | \
|
SUPPORT_SAMSUNGTV = SUPPORT_PAUSE | SUPPORT_VOLUME_STEP | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user