String formatting and max line length - Part 6 (#84525)

This commit is contained in:
Franck Nijhof 2022-12-24 13:19:51 +01:00 committed by GitHub
parent ac1359b3d8
commit 8819634b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 238 additions and 102 deletions

View file

@ -240,7 +240,8 @@ class ProtectData:
# alert user viewport needs restart so voice clients can get new options
elif len(self.api.bootstrap.viewers) > 0 and isinstance(obj, Liveview):
_LOGGER.warning(
"Liveviews updated. Restart Home Assistant to update Viewport select options"
"Liveviews updated. Restart Home Assistant to update Viewport select"
" options"
)
@callback