Skip to content

Commit

Permalink
Merge branch 'hotfix/make-airthings-device-type-public'
Browse files Browse the repository at this point in the history
  • Loading branch information
LaStrada committed Mar 12, 2024
2 parents be12a4c + 4c5f617 commit 27afda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airthings_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

from __future__ import annotations

from .device_type import AirthingsDeviceType
from .parser import AirthingsBluetoothDeviceData, AirthingsDevice

__version__ = "0.7.0"

__all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice"]
__all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice", "AirthingsDeviceType"]

0 comments on commit 27afda4

Please sign in to comment.