String formatting and max line length - Part 1 (#84390)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
41341c76cf
commit
b0cee0bc46
98 changed files with 532 additions and 237 deletions
|
@ -96,7 +96,8 @@ class ElmaxCoordinator(DataUpdateCoordinator[PanelStatus]):
|
|||
# reconfigure it in order to make it work again
|
||||
if not panel:
|
||||
raise ConfigEntryAuthFailed(
|
||||
f"Panel ID {self._panel_id} is no more linked to this user account"
|
||||
f"Panel ID {self._panel_id} is no more linked to this user"
|
||||
" account"
|
||||
)
|
||||
|
||||
self._panel_entry = panel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue