mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Fix fritzbox TypedDict definition (#90043)
This commit is contained in:
parent
1303dd12e7
commit
1895c82ffc
@ -8,7 +8,6 @@ from typing import TypedDict
|
|||||||
from pyfritzhome import FritzhomeDevice
|
from pyfritzhome import FritzhomeDevice
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class ClimateExtraAttributes(TypedDict, total=False):
|
class ClimateExtraAttributes(TypedDict, total=False):
|
||||||
"""TypedDict for climates extra attributes."""
|
"""TypedDict for climates extra attributes."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user