i am running 2023.12.3 HASS OS. For some time - before upgrading to 12.3, some standard lovelace elements become impaired when viewed or my Samsung smart fridge using the internet browser which runs on an Android platform
Two notable issues:
The media player does not display the volume slider, but only the ‘knob’ from it.
The Markdown Card displays nothing on this browser, but on any other device it works fine.
I tried resetting app data, using a different HASS account, with exact same results.
It is technically your instance yes, but it’s not anything that is broken on your end, it’s just that the frontend is probably using newer Javascript / Chromium features that aren’t available on the webview on the fridge, because it is a much older version.
Here is progress:
I’ve upgraded another instance to the same 2023.12.3 version. The fridge display actually works fine for those lovelace elements.
This eliminates the issue is with some web component of the web browser I would say.
Will try to poke starting in safe mode and add back one by one custom components on the troubled instance.
Any other idea how to proceed?
Wonder if you have the same issue I had.
All the resources in the dashboard settings page, had paths that had ?hacsfile=somerandomnumber on the end of them. But apparently Home Assistant no longer supports that, if I remove that part from the path, so it ends just .js then everything starts working again.