From 1895c82ffcde7eb6e481eff845e48f9c2bfd5462 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:52:30 +0100 Subject: [PATCH] Fix fritzbox TypedDict definition (#90043) --- homeassistant/components/fritzbox/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/fritzbox/model.py b/homeassistant/components/fritzbox/model.py index ea63ab983c1..3c3275e0ff0 100644 --- a/homeassistant/components/fritzbox/model.py +++ b/homeassistant/components/fritzbox/model.py @@ -8,7 +8,6 @@ from typing import TypedDict from pyfritzhome import FritzhomeDevice -@dataclass class ClimateExtraAttributes(TypedDict, total=False): """TypedDict for climates extra attributes."""