Roku Remote Entity Id in YAML config #574
-
I cannot find a way to set the Associated Remote to the Roku remote YAML configuration. It appears to be an available setting in the HTML dashboard input, but I use YAML configurations of my dashboards and cannot find the entry to set this so all the non-app launcher buttons return an 'missing entity id' error message. The only option seems to be defining button overrides. But this seems like it should be a lot of unnecessary work and avoidable if the remote entity id would be available. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Greetings @DennisOtt-git-hub! It's nice to have you here! The instructions you are looking for are in the README.md file in a section called YAML card setup options Depending on which Roku device you own, you can choose the proper option from this list and add that entry to your YAML config like this: device_family: roku
device_type: roku-ultra-lt-2023 The In my environment, that YAML entry looks like this: entity: media_player.roku_ultra The same is true for the roku_remote_entity: roku_remote_entity: remote.roku_ultra Yours will look different - where mine says 'media_player.roku_ultra' and 'remote.roku_ultra', you will want to replace that with the media player entity id of your Roku device. I hope this helps! Please let me know! -Doug |
Beta Was this translation helpful? Give feedback.
Greetings @DennisOtt-git-hub! It's nice to have you here!
The instructions you are looking for are in the README.md file in a section called YAML card setup options
Depending on which Roku device you own, you can choose the proper option from this list and add that entry to your YAML config like this:
The
missing entity id
message could be a result of this missing entry in your YAML configIn my environment, that YAML entry looks like this:
The same is true for the roku_remote_entity:
Yours will look different - where mine says 'media_player.roku_ultra' and 'remo…