-
-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit renames the project to its new name, python-miio. The name of the package has been changed to 'miio', although the old 'mirobo' is still available for backwards compatibility. Anyone trying to access and use the 'mirobo' package will be welcomed by a deprecation warning, although there are no plans to break the API currently. README.md got also updated to links for other home-assistant integrations available.
- Loading branch information
Showing
31 changed files
with
130 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# flake8: noqa | ||
from miio.protocol import Message, Utils | ||
from miio.vacuumcontainers import (VacuumStatus, ConsumableStatus, | ||
CleaningDetails, CleaningSummary, Timer) | ||
from miio.vacuum import Vacuum, VacuumException | ||
from miio.plug import Plug | ||
from miio.plug_v1 import PlugV1 | ||
from miio.airpurifier import AirPurifier | ||
from miio.airhumidifier import AirHumidifier | ||
from miio.waterpurifier import WaterPurifier | ||
from miio.strip import Strip | ||
from miio.ceil import Ceil | ||
from miio.philips_eyecare import PhilipsEyecare | ||
from miio.chuangmi_ir import ChuangmiIr | ||
from miio.fan import Fan | ||
from miio.wifispeaker import WifiSpeaker | ||
from miio.yeelight import Yeelight | ||
from miio.device import Device, DeviceException | ||
from miio.discovery import Discovery |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.