Fix fritzbox TypedDict definition (#90043)
parent
1303dd12e7
commit
1895c82ffc
|
@ -8,7 +8,6 @@ from typing import TypedDict
|
|||
from pyfritzhome import FritzhomeDevice
|
||||
|
||||
|
||||
@dataclass
|
||||
class ClimateExtraAttributes(TypedDict, total=False):
|
||||
"""TypedDict for climates extra attributes."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue