String formatting and max line length - Part 6 (#84525)
This commit is contained in:
parent
ac1359b3d8
commit
8819634b61
51 changed files with 238 additions and 102 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue