First of all: I love your work.
I've been testing it and it seems very useful and works surprisingly well on such slow hardware. The one thing causing issues for me are animations on the hass frontend.
I've found this feature request https://community.home-assistant.io/t/performance-mode-disable-ui-animations-per-device/879076/3
The last comment mentions Home Assistant will disable some animations if the browser is configured for reduced animations.
This (https://stackoverflow.com/a/79465803) stackoverflow post mentions chrome (so i'm assuming chromium as well) can be forced to trigger that with a command line flag.
--force-prefers-reduced-motion
Since animations will almost always trigger a lot of tile updates i guess this would be a good fit?
First of all: I love your work.
I've been testing it and it seems very useful and works surprisingly well on such slow hardware. The one thing causing issues for me are animations on the hass frontend.
I've found this feature request https://community.home-assistant.io/t/performance-mode-disable-ui-animations-per-device/879076/3
The last comment mentions Home Assistant will disable some animations if the browser is configured for reduced animations.
This (https://stackoverflow.com/a/79465803) stackoverflow post mentions chrome (so i'm assuming chromium as well) can be forced to trigger that with a command line flag.
--force-prefers-reduced-motion
Since animations will almost always trigger a lot of tile updates i guess this would be a good fit?