benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
MIT License
807 stars 62 forks source link

It doesn't work with HA Cast #20

Closed mario-tux closed 4 years ago

mario-tux commented 4 years ago

It looks that this custom component is not compatible with Home Assistant Cast. In my main page I configured some rows with this component: it work on Chrome on PC but I get an error message when casted on my Nest Hub Max: Custom element doesn't exist: multiple-entity-row.

screenshoot: https://imgur.com/a/6Apd8wp

The FAQ on the HA Cast website doesn't help: https://cast.home-assistant.io/faq.html

benct commented 4 years ago

Thanks for reporting this. I have not yet had a look at the HA Cast feature, but I wouldn't think the cards needed specific support for "casting". I will have to have a closer look at the documentation or dev forums when I get the time.

Mariusthvdb commented 4 years ago

+1 and thanks for looking in to it. Really appreciated if you could solve this.

We had an issue like this with the custom button-card and decluttering card, which has now been solved by the author Romrider. Maybe his solution is of interest for your card too?

mario-tux commented 4 years ago

Thanks for reporting this. I have not yet had a look at the HA Cast feature, but I wouldn't think the cards needed specific support for "casting". I will have to have a closer look at the documentation or dev forums when I get the time.

My understanding is that you don't need a specific support/feature but, on opposite, you are using some specific element/feature that is not present in the more restricted casting environment.

Thank you for the support.

benct commented 4 years ago

Could you try the latest version of the card on HA Cast now and see if it works any better?

benct commented 4 years ago

Just tried out the casting functionality on my own system with the updated card, and it seems to be working as expected. Let me know if it still doesn't work for you.

mario-tux commented 4 years ago

I can confirm that this fixed the problem of casting on my Hub Max. Thanks.

Mariusthvdb commented 4 years ago

yep +1, thanks a lot!