mirror of
https://github.com/home-assistant/core.git
synced 2026-04-25 20:55:40 +00:00
Handle FritzInternalError exception for Fritz (#65124)
This commit is contained in:
committed by
Paulus Schoutsen
parent
d382e24e5b
commit
0f9e65e687
@@ -14,6 +14,7 @@ from fritzconnection.core.exceptions import (
|
||||
FritzActionError,
|
||||
FritzActionFailedError,
|
||||
FritzConnectionException,
|
||||
FritzInternalError,
|
||||
FritzLookUpError,
|
||||
FritzSecurityError,
|
||||
FritzServiceError,
|
||||
@@ -523,6 +524,7 @@ class AvmWrapper(FritzBoxTools):
|
||||
except (
|
||||
FritzActionError,
|
||||
FritzActionFailedError,
|
||||
FritzInternalError,
|
||||
FritzServiceError,
|
||||
FritzLookUpError,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user