mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix fritzbox TypedDict definition (#90043)
This commit is contained in:
@@ -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."""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user