Performance Mode: Disable UI Animations Per Device

It would be great to have a per-device toggle to enable or disable interface animations. This would be especially useful for devices with limited processing power, such as the Shelly Wall Display. Disabling transition animations—like those used when switching dashboards—could significantly improve performance and user experience on such hardware.

Hello sjurske,

This appears to be a Frontend Related Feature Request as it is asking for changes to Frontend Menus, Dashboards, Cards, Sections, or other Frontend Feature.

These Feature Requests are handled in a different system, and will not be seen by the right people if posted in the HA forums.

Please add your Feature Request into GitHub here:
home-assistant/frontend Other Feature Requests · Discussions · GitHub.

See more info about Feature Requests HERE

This already exists as a web accessibility standard, it’s called prefers-reduced-motion.

It is set either by your browser or OS, and when that flag is set, we disable a bunch of animations. You can check if you can leverage this.