Android TV Remote: Add option to disable IME (#95765)
This commit is contained in:
parent
2cfc11d4b9
commit
d0722e2312
6 changed files with 126 additions and 7 deletions
|
@ -4,3 +4,6 @@ from __future__ import annotations
|
|||
from typing import Final
|
||||
|
||||
DOMAIN: Final = "androidtv_remote"
|
||||
|
||||
CONF_ENABLE_IME: Final = "enable_ime"
|
||||
CONF_ENABLE_IME_DEFAULT_VALUE: Final = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue