Opening the Home dashboard can bring down Home Assistant in homes that generate large numbers of actions through scripts or external automation tools. Its suggested-controls calculation reads a month of activity at once, potentially allocating gigabytes and exhausting the system’s memory.

Paulus Schoutsen changes the calculation to read and count records in batches. It keeps the same suggestions while avoiding the large allocation that could make every attempt to reopen the dashboard fail again.