Replies: 1 comment 1 reply
-
|
I don't think it is possible to do it with this card. I think a dedicated card might be a better approach in such case |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just curious if anyone has used this with the (fairly new) service response data feature? It seems there are very few examples out there right now for processing service response data and creating UI / dashboards. Most of them deal with setting up a notification, or something that is non-UI related.
I have a custom integration setup that has a service to return a list of presets for a media player. I am trying to figure out how to populate a UI dashboard with the response. I have the automation setup that detects the updated preset list, and calls the service to return the updated list. It is stored as
script.bose_preset_list_retrieve, and the service response variable name isPresetListResponse.Now I am trying to figure out how to display the list in a nice tile (or column) format so the user can tap an image and a service is called to play the content.
Something like this is what I am trying for:

Here's the yaml I have been testing with:
Here's my service call and the service response data:

Beta Was this translation helpful? Give feedback.
All reactions