Skip to content

Commit

Permalink
Basic support for Xiaomi Mi Smart Electric Rice Cooker (#287) (Closes:
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Apr 19, 2018
1 parent 76a2dd2 commit e8b6489
Show file tree
Hide file tree
Showing 7 changed files with 965 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include miio/data/*
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Supported devices
- Xiaomi PM2.5 Air Quality Monitor (:class:`miio.airqualitymonitor`)
- Xiaomi Smart WiFi Speaker (:class:`miio.wifispeaker`) (incomplete, please `feel free to help improve the support <https://github.com/rytilahti/python-miio/issues/69>`__)
- Xiaomi Mi WiFi Repeater 2 (:class:`miio.wifirepeater`)
- Xiaomi Mi Smart Rice Cooker (:class:`miio.cooker`)
- Yeelight light bulbs (:class:`miio.yeelight`) (only a very rudimentary support, use `python-yeelight <https://gitlab.com/stavros/python-yeelight/>`__ for a more complete support)

*Feel free to create a pull request to add support for new devices as
Expand Down
1 change: 1 addition & 0 deletions miio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from miio.ceil import Ceil
from miio.chuangmi_ir import ChuangmiIr
from miio.chuangmi_plug import (Plug, PlugV1, PlugV3, ChuangmiPlug)
from miio.cooker import Cooker
from miio.device import Device, DeviceException
from miio.fan import Fan
from miio.philips_bulb import PhilipsBulb
Expand Down
Loading

0 comments on commit e8b6489

Please sign in to comment.