Tom Schneider
Tom Schneider
This is not stale, waiting for review from @mickael-kerjean
Sorry, completely forgot about this one. What do you think about the removal of the user id? It is necessary because otherwise multiple users cannot work together. I will fix...
Can you try using font awesome icons or other custom icon packs for HA? I don't have a google cast device to test and I'm not sure how to debug...
Take a look here: https://github.com/home-assistant/architecture/issues/94 This one is why home assistant added areas
It's now the recommended way of sorting devices into "rooms". I have an app that goes through all entities and finds the ones that have a `battery_level` attribute. If the...
a function that returns AREA for given ENTITY_ID (the areas name would be sufficient for me, if it has an uuid maybe that one too)
It's working for me. Can you please provide some more information: - Exact HA Version - simpleicons component version - Browser/App you are using to access HA
We are calling fetch regularily: https://github.com/home-assistant/core/blob/a3cb38e11449c806a693202cc7f4540450d097d5/homeassistant/components/yamaha_musiccast/__init__.py#L117 Fetch does multiple things, depending on the features of the device. You can find the code in the library here: https://github.com/vigonotion/aiomusiccast/blob/main/aiomusiccast/musiccast_device.py#L372 It's also fetching...
The `getNameText?id=None` looks strange, can you see the response? Maybe this causes the crashes
We get the delay in seconds from the hvv api. The hvv website just converts it into minutes. You can do that in your dashboard as well, I wouldn't change...