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 01405f5 commit 2879b81Copy full SHA for 2879b81
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,
@@ -533,6 +534,7 @@ class ActuatorData(TypedDict, total=False):
533
534
upper_bound: float
535
536
537
+@dataclass
538
class GwEntityData(
539
540
@@ -544,7 +546,7 @@ class GwEntityData(
544
546
SmartEnergyLegacySensors,
545
547
SmartEnergyMeter,
548
SmileP1Gateway,
- SmileThermostatGateway,
549
+ #SmileThermostatGateway,
550
StretchGateway,
551
ThermoZone,
552
):
0 commit comments