Skip to content

Commit 5649f6a

Browse files
committed
Add models.py, delete devices.py
1 parent 4b39b64 commit 5649f6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugwise/legacy/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
GwEntityData,
2424
ThermoLoc,
2525
)
26-
from plugwise.devices import PlugwiseData
2726
from plugwise.exceptions import ConnectionFailedError, DataMissingError, PlugwiseError
2827
from plugwise.legacy.data import SmileLegacyData
28+
from plugwise.models import PlugwiseData
2929

3030
from munch import Munch
3131

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Plugwise Device classes."""
1+
"""Plugwise Device model classes."""
22

33
from __future__ import annotations
44

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
ThermoLoc,
3131
)
3232
from plugwise.data import SmileData
33-
from plugwise.devices import PlugwiseData
3433
from plugwise.exceptions import ConnectionFailedError, DataMissingError, PlugwiseError
34+
from plugwise.models import PlugwiseData
3535

3636
from defusedxml import ElementTree as etree
3737

0 commit comments

Comments
 (0)