Skip to content

Commit

Permalink
chore: rename mopeka_types to models
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Jul 27, 2024
1 parent 3f06932 commit d7bc5ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/mopeka_iot_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
)

from .parser import MopekaIOTBluetoothDeviceData
from .models import MediumType

__version__ = "0.7.0"

Expand All @@ -31,6 +32,7 @@
"BinarySensorDeviceClass",
"BinarySensorDescription",
"BinarySensorValue",
"MediumType",
"SensorDescription",
"SensorDeviceInfo",
"DeviceClass",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/mopeka_iot_ble/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Units,
)

from .mopeka_types import MediumType
from .models import MediumType

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit d7bc5ce

Please sign in to comment.