Integration with Unified Remote Server #180
-
I am little confused as to the correct way to set up the integration with urserver. I have setup the hacs plugin for urserver as in this documentation up to the point of creating/editing remote.yaml. Based on the code here and here, it looks like the card just needs the name of the server, and the actual remotes it is accessing are auto-filled. Is this correct? Essentially I am asking in HA do I need to add remotes in remotes.yaml, if I have added unified_remote to configuration.yaml? For reference here is the card I am trying out : type: custom:android-tv-card
platform: Unified Remote
custom_actions: []
rows:
- touchpad
- keyboard
remote_id: HomeServer
keyboard_id: HomeServer And this is the relevant HA configuration.yaml section: unified_remote:
hosts:
- host: <ip-address>
- port: <port>
- name: HomeServer
retry_delay: 60 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You do not have to add anything to Your |
Beta Was this translation helpful? Give feedback.
Yes. I tried reloading yaml, restarting HA, and rebuilding the container. The only thing that seemed to make a difference was directly supplying IP.
But now that I have, your card is working great. So thanks!