Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppleTV keyboard #45

Open
jdemarc2 opened this issue Dec 24, 2023 · 4 comments
Open

AppleTV keyboard #45

jdemarc2 opened this issue Dec 24, 2023 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jdemarc2
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
Can you add a keyboard for appleTV

Describe alternatives you've considered
Using the appletv remote on my iphone which supports keyboard use

Additional context
Add any other context or screenshots about the feature request here.

@jdemarc2 jdemarc2 added the enhancement New feature or request label Dec 24, 2023
@Nerwyn Nerwyn added the help wanted Extra attention is needed label Dec 24, 2023
@Nerwyn
Copy link
Owner

Nerwyn commented Dec 24, 2023

In order to add Apple TV support the Home Assistant Apple TV integration has to support sending text. Currently it does not, but the underlying package it uses does. Someone made a feature request thread about adding keyboard support to the Apple TV integration a few months ago but no one else responded.

Until keyboard support gets added to the Apple TV integration, adding Apple TV keyboard support to this card is not possible.

@houser42
Copy link

houser42 commented Dec 30, 2023

An obvious workaround if you are on iOS is to have a button to open the Apple TV remote from within the HA app as that functionality is of course in there. Well, that is what I do here in waiting for this feature which would be nice.
But probably just stating the bleeding obvious.

@Cha40s
Copy link

Cha40s commented Dec 31, 2023

@houser42 would you mind to share your code with the button for Appetv Keyboard integrated. would appreciate. I can remember I did similar with app:tvremote or something like that.

@houser42
Copy link

Of course @Cha40s .
Below is the code for a button in my HA remote that opens the Apple TV remote on an iOS device:
Best wishes for 2024!

      - show_name: false
        show_icon: true
        type: button
        tap_action:
          action: url
          url_path: tvremote://
        icon: mdi:remote
        icon_height: 24px

... and here is also the code for a button that opens the Apple Music app if you need that too:

        
      - show_name: false
        show_icon: true
        type: button
        tap_action:
          action: url
          url_path: music://
        icon: mdi:music
        icon_height: 24px

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants