Skip to content

Instantly share code, notes, and snippets.

@thexperiments
thexperiments / patch_frontend.sh
Last active June 7, 2026 09:38
Patch for frontend of homassistant as a workarround for https://github.com/home-assistant/frontend/issues/52404
#!/usr/bin/env bash
#
# Home Assistant frontend Safari/iPadOS crash workaround.
#
# Usage (inside the Home Assistant Core container):
# curl -fsSL https://gist.githubusercontent.com/<user>/<id>/raw/patch.sh | bash
#
# WARNING: Unsupported workaround. Use entirely at your own risk.
# Changes are lost after a Home Assistant update and must be reapplied.