Skip to content

Commit

Permalink
Expose DeviceInfoUnavailableException (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Aug 18, 2023
1 parent b7a20a3 commit d73bfa4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion miio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@

from miio.device import Device
from miio.devicestatus import DeviceStatus
from miio.exceptions import DeviceError, DeviceException, UnsupportedFeatureException
from miio.exceptions import (
DeviceError,
DeviceException,
UnsupportedFeatureException,
DeviceInfoUnavailableException,
)
from miio.miot_device import MiotDevice
from miio.deviceinfo import DeviceInfo

Expand Down

0 comments on commit d73bfa4

Please sign in to comment.