mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-07-07 13:55:07 +01:00
dbb1634bbd
The hassos-config service was renamed to haos-config in home-assistant/operating-system#4740. This change preserved the old name as an alias, however, Supervisor uses ListUnits that doesn't report the aliases and then thinks such unit doesn't exist. To fix that, simply call the unit by its primary name which now varies by the OS version. Fixes #6942