1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

squeezebox: Improve update notification string (#151003)

This commit is contained in:
Sam Reed
2025-09-11 17:36:22 +01:00
committed by GitHub
parent ab7081d26a
commit bcfa7a7383

View File

@@ -118,7 +118,7 @@ class ServerStatusUpdatePlugins(ServerStatusUpdate):
rs = self.coordinator.data[UPDATE_PLUGINS_RELEASE_SUMMARY]
return (
(rs or "")
+ "The Plugins will be updated on the next restart triggred by selecting the Install button. Allow enough time for the service to restart. It will become briefly unavailable."
+ "The Plugins will be updated on the next restart triggered by selecting the Update button. Allow enough time for the service to restart. It will become briefly unavailable."
if self.coordinator.can_server_restart
else rs
)