We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01380ca commit ff3f53dCopy full SHA for ff3f53d
plugwise/constants.py
@@ -3,10 +3,11 @@
3
from __future__ import annotations
4
5
from collections import namedtuple
6
+from dataclasses import dataclass
7
import logging
8
from typing import Final, Literal, TypedDict, get_args
9
-from plugwise.devices import (
10
+from .devices import (
11
AdamGateway,
12
AnnaAdamData,
13
AnnaData,
@@ -540,6 +541,7 @@ class ActuatorData(TypedDict, total=False):
540
541
upper_bound: float
542
543
544
+@dataclass
545
class GwEntityData(
546
547
@@ -551,7 +553,7 @@ class GwEntityData(
551
553
SmartEnergyLegacySensors,
552
554
SmartEnergyMeter,
555
SmileP1Gateway,
- SmileThermostatGateway,
556
+ #SmileThermostatGateway,
557
StretchGateway,
558
ThermoZone,
559
):
0 commit comments