Releases: Nerwyn/android-tv-card
1.4.1 - Quick Global Search
1.4.0 - Send Text via ADB
This release allows you to send text to your Android TV using the Android Debug Bridge integration. After setting up this integration add the media_player
entity id created by it to your remote config using the option adb_id
and then create a key named keyboard
. Clicking on this key will open a browser text prompt which you can use to send text to your Android TV. It is highly recommended that you also create keys for delete
and enter
so you can remove and send your input text. Remember, the text box on your Android TV has to be in focus first!
Other changes:
- Remove
assist
key as it did nothing - Changed icons for
search
andenter
keys to be more accuratesearch
opened voice search so icon changed tomdi:google-assistant
enter
would either act the same ascenter
in the normal UI or starts a search when a text box is in focus so icon changed tomdi:magnify
1.3.6 - Repeat delete key on hold
Adds delete key to list of keys to repeat when held down.
1.3.5 - Minor icon corrections
Changed the following default key icons:
- back to
mdi:keyboard-backspace
- delete to
mdi:backspace
- enter to
mdi:keyboard-return
1.3.4 - Fix play default key and navigation row buttons
- Fix default key play, had a trailing underscore.
- Fix navigation row buttons so they will render on three rows instead of one.
1.3.3 - Refactor for future work
This release adds no new features. It is just a large refactor to make the project code more consistent and less repetitive, along with fixing some issues found by eslint.
1.3.2 - Fixing Source Selection and More Default Sources
The changeSource
function was broken when I forked this repo, and I had neglected to fix it for Android TV as I wasn't using the feature. This release fixes source selection, and adds many more default sources based on information found here.
- Fix
changeSource
function to useremote.turn_on
and an activity name to open apps. - Add many more default sources.
NOTE: I was not able to find the correct source/activity names for a couple of the entries I included, and did not test many of them as I did not have accounts for those services. If you find that any of the default sources do not work but do know the correct source/activity name, please let me know so that I can correct it.
1.3.1 - Unlimited Rows and Touchpad Height
No code changes, just bumped patch version for HACS default submission
This is a simple release that unlocks a lot more customizability. Now you can:
- Use any name for row names as long as it contains _row, meaning you can add unlimited rows.
- Combine this with custom_keys to use this card for virtually anything you want!
- Touchpad height can now be customized using the touchpad_height configuration option. Must include units and if not provided will default to 250px.
1.3.0 - Unlimited Rows and Touchpad Height
This is a simple release that unlocks a lot more customizability. Now you can:
- Use any name for row names as long as it contains _row, meaning you can add unlimited rows.
- Combine this with custom_keys to use this card for virtually anything you want!
- Touchpad height can now be customized using the touchpad_height configuration option. Must include units and if not provided will default to 250px.