According to this file which is linked in the Android TV Remote integration page it should be possible to send letter and special character text keys to Android TVs, but sending these keys does nothing! Is something broken with the integration or underlying library used, or am I just doing something wrong?
For reference here is the command I’m sending. The KEYCODE_ part of the command seems to be optional as other commands work with or without it.
Most of the key codes don’t work. In a pending PR I’m removing that link to avoid confusion. The API used supports sending text, similar to how the Google TV or Google Home mobile apps can, but it hasn’t been reverse engineered thus not supported.
Someone else did and made a PR for the Python library. Once that’s merged Home Assistant needs to be updated to allow us to call the new send text method.