python-miio
===========
|Chat| |PyPI version| |PyPI downloads| |Build Status| |Coverage Status| |Docs| |Black|
This library (and its accompanying cli tool) can be used to interface with devices using Xiaomi's `miIO <https://github.com/OpenMiHome/mihome-binary-protocol/blob/master/doc/PROTOCOL.md>`__ and MIoT protocols.
Getting started
---------------
If you already have a token for your device and the device type, you can directly start using `miiocli` tool.
If you don't have a token for your device, refer to `Getting started <https://python-miio.readthedocs.io/en/latest/discovery.html>`__ section of `the manual <https://python-miio.readthedocs.io>`__ for instructions how to obtain it.
The `miiocli` is the main way to execute commands from command line.
You can always use `--help` to get more information about the available commands.
For example, executing it without any extra arguments will print out options and available commands::
$ miiocli --help
Usage: miiocli [OPTIONS] COMMAND [ARGS]...
Options:
-d, --debug
-o, --output [default|json|json_pretty]
--help Show this message and exit.
Commands:
airconditioningcompanion
..
You can get some information from any miIO/MIoT device, including its device model, using the `info` command::
miiocli device --ip <ip> --token <token> info
Model: some.device.model1
Hardware version: esp8285
Firmware version: 1.0.1_0012
Network: {'localIp': '<ip>', 'mask': '255.255.255.0', 'gw': '<ip>'}
AP: {'rssi': -73, 'ssid': '<nnetwork>', 'primary': 11, 'bssid': '<bssid>'}
Different devices are supported by their corresponding modules (e.g., `roborockvacuum` or `fan`).
You can get the list of available commands for any given module by passing `--help` argument to it::
$ miiocli roborockvacuum --help
Usage: miiocli roborockvacuum [OPTIONS] COMMAND [ARGS]...
Options:
--ip TEXT [required]
--token TEXT [required]
--id-file FILE
--help Show this message and exit.
Commands:
add_timer Add a timer.
..
Each command invocation will automatically detect the device model necessary for some actions by querying the device.
You can avoid this by specifying the model manually::
miiocli roborockvacuum --model roborock.vacuum.s5 --ip <ip> --token <token> start
API usage
---------
All functionality is accessible through the `miio` module::
from miio import RoborockVacuum
vac = RoborockVacuum("<ip address>", "<token>")
vac.start()
Each separate device type inherits from `miio.Device`
(and in case of MIoT devices, `miio.MiotDevice`) which provides a common API.
Each command invocation will automatically detect (and cache) the device model necessary for some actions
by querying the device.
You can avoid this by specifying the model manually::
from miio import RoborockVacuum
vac = RoborockVacuum("<ip address>", "<token>", model="roborock.vacuum.s5")
Please refer to `API documentation <https://python-miio.readthedocs.io/en/latest/api/miio.html>`__ for more information.
Troubleshooting
---------------
You can find some solutions for the most common problems can be found in `Troubleshooting <https://python-miio.readthedocs.io/en/latest/troubleshooting.html>`__ section.
If you have any questions, or simply want to join up for a chat, check `our Matrix room <https://matrix.to/#/#python-miio-chat:matrix.org>`__.
Contributing
------------
We welcome all sorts of contributions from patches to add improvements or fixing bugs to improving the documentation.
To ease the process of setting up a development environment we have prepared `a short guide <https://python-miio.readthedocs.io/en/latest/contributing.html>`__ for getting you started.
Supported devices
-----------------
- Xiaomi Mi Robot Vacuum V1, S4, S4 MAX, S5, S5 MAX, S6 Pure, M1S, S7
- Xiaomi Mi Home Air Conditioner Companion
- Xiaomi Mi Smart Air Conditioner A (xiaomi.aircondition.mc1, mc2, mc4, mc5)
- Xiaomi Mi Air Purifier 2, 3H, 3C, 4, Pro, Pro H, 4 Pro (zhimi.airpurifier.m2, mb3, mb4, mb5, v7, vb2, va2), 4 Lite
- Xiaomi Mi Air (Purifier) Dog X3, X5, X7SM (airdog.airpurifier.x3, airdog.airpurifier.x5, airdog.airpurifier.x7sm)
- Xiaomi Mi Air Humidifier
- Smartmi Air Purifier
- Xiaomi Aqara Camera
- Xiaomi Aqara Gateway (basic implementation, alarm, lights)
- Xiaomi Mijia 360 1080p
- Xiaomi Mijia STYJ02YM (Viomi)
- Xiaomi Mijia 1C STYTJ01ZHM (Dreame)
- Dreame F9, D9, Z10 Pro
- Xiaomi Mi Home (Mijia) G1 Robot Vacuum Mop MJSTG1
- Xiaomi Roidmi Eve
- Xiaomi Mi Smart WiFi Socket
- Xiaomi Chuangmi Plug V1 (1 Socket, 1 USB Port)
- Xiaomi Chuangmi Plug V3 (1 Socket, 2 USB Ports)
- Xiaomi Smart Power Strip V1 and V2 (WiFi, 6 Ports)
- Xiaomi Philips Eyecare Smart Lamp 2
- Xiaomi Philips RW Read (philips.light.rwread)
- Xiaomi Philips LED Ceiling Lamp
- Xiaomi Philips LED Ball Lamp (philips.light.bulb)
- Xiaomi Philips LED Ball Lamp White (philips.light.hbulb)
- Xiaomi Philips Zhirui Smart LED Bulb E14 Candle Lamp
- Xiaomi Philips Zhirui Bedroom Smart Lamp
- Huayi Huizuo Lamps
- Xiaomi Universal IR Remote Controller (Chuangmi IR)
- Xiaomi Mi Smart Pedestal Fan V2, V3, SA1, ZA1, ZA3, ZA4, ZA5 1C, P5, P9, P10, P11, P33
- Xiaomi Rosou SS4 Ventilator (leshow.fan.ss4)
- Xiaomi Mi Air Humidifier V1, CA1, CA4, CB1, MJJSQ, JSQ, JSQ1, JSQ001
- Xiaomi Mi Water Purifier (Basic support: Turn on & off)
- Xiaomi Mi Water Purifier D1, C1 (Triple Setting)
- Xiaomi PM2.5 Air Quality Monitor V1, B1, S1
- Xiaomi Smart WiFi Speaker
- Xiaomi Mi WiFi Repeater 2
- Xiaomi Mi Smart Rice Cooker
- Xiaomi Smartmi Fresh Air System VA2 (zhimi.airfresh.va2), VA4 (zhimi.airfresh.va4),
A1 (dmaker.airfresh.a1), T2017 (dmaker.airfresh.t2017)
- Yeelight lights (basic support, we recommend using `python-yeelight <https://gitlab.com/stavros/python-yeelight/>`__)
- Xiaomi Mi Air Dehumidifier
- Xiaomi Tinymu Smart Toilet Cover
- Xiaomi 16 Relays Module
- Xiaomi Xiao AI Smart Alarm Clock
- Smartmi Radiant Heater Smart Version (ZA1 version)
- Xiaomi Mi Smart Space Heater
- Xiaomiyoupin Curtain Controller (Wi-Fi) (lumi.curtain.hagl05)
- Xiaomi Xiaomi Mi Smart Space Heater S (zhimi.heater.mc2)
- Xiaomi Xiaomi Mi Smart Space Heater 1S (zhimi.heater.za2)
- Yeelight Dual Control Module (yeelink.switch.sw1)
- Scishare coffee maker (scishare.coffee.s1102)
- Qingping Air Monitor Lite (cgllc.airm.cgdn1)
- Xiaomi Walkingpad A1 (ksmb.walkingpad.v3)
- Xiaomi Smart Pet Water Dispenser (mmgg.pet_waterer.s1, s4)
- Xiaomi Mi Smart Humidifer S (jsqs, jsq5)
- Xiaomi Mi Robot Vacuum Mop 2 (Pro+, Ultra)
*Feel free to create a pull request to add support for new devices as
well as additional features for supported devices.*
Projects using this library
---------------------------
This library is used by various projects to support MiIO/MiOT devices.
If you are using this library for your project, feel free to open a PR to get it listed here!
Home Assistant (official)
^^^^^^^^^^^^^^^^^^^^^^^^^
Home Assistant uses this library to support several platforms out-of-the-box.
This list is incomplete as the platforms (in parentheses) may also support other devices listed above.
- `Xiaomi Mi Robot Vacuum <https://home-assistant.io/components/vacuum.xiaomi_miio/>`__ (vacuum)
- `Xiaomi Philips Light <https://home-assistant.io/components/light.xiaomi_miio/>`__ (light)
- `Xiaomi Mi Air Purifier and Air Humidifier <https://home-assistant.io/components/fan.xiaomi_miio/>`__ (fan)
- `Xiaomi Smart WiFi Socket and Smart Power Strip <https://home-assistant.io/components/switch.xiaomi_miio/>`__ (switch)
- `Xiaomi Universal IR Remote Controller <https://home-assistant.io/components/remote.xiaomi_miio/>`__ (remote)
- `Xiaomi Mi Air Quality Monitor (PM2.5) <https://home-assistant.io/components/sensor.xiaomi_miio/>`__ (sensor)
- `Xiaomi Aqara Gateway Alarm <https://home-assistant.io/components/alarm_control_panel.xiaomi_miio/>`__ (alarm_control_panel)
- `Xiaomi Mi WiFi Repeater 2 <https://www.home-assistant.io/components/device_tracker.xiaomi_miio/>`__ (device_tracker)
Home Assistant (custom)
^^^^^^^^^^^^^^^^^^^^^^^
- `Xiaomi Mi Home Air Conditioner Companion <https://github.com/syssi/xiaomi_airconditioningcompanion>`__
- `Xiaomi Mi Smart Pedestal Fan <https://github.com/syssi/xiaomi_fan>`__
- `Xiaomi Mi Smart Rice Cooker <https://github.com/syssi/xiaomi_cooker>`__
- `Xiaomi Raw Sensor <https://github.com/syssi/xiaomi_raw>`__
- `Xiaomi MIoT Devices <https://github.com/ha0y/xiaomi_miot_raw>`__
- `Xiaomi Miot Auto <https://github.com/al-one/hass-xiaomi-miot>`__
Other related projects
----------------------
This is a list of other projects around the Xiaomi ecosystem that you can find interesting.
Feel free to submit more related projects.
- `dustcloud <https://github.com/dgiese/dustcloud>`__ (reverse engineering and rooting xiaomi devices)
- `Valetudo <https://github.com/Hypfer/Valetudo>`__ (cloud free vacuum firmware)
- `micloud <https://github.com/Squachen/micloud>`__ (library to access xiaomi cloud services, can be used to obtain device tokens)
- `micloudfaker <https://github.com/unrelentingtech/micloudfaker>`__ (dummy cloud server, can be used to fix powerstrip status requests when without internet access)
- `Your project here? Feel free to open a PR! <https://github.com/rytilahti/python-miio/pulls>`__
.. |Chat| image:: https://img.shields.io/matrix/python-miio-chat:matrix.org
:target: https://matrix.to/#/#python-miio-chat:matrix.org
.. |PyPI version| image:: https://badge.fury.io/py/python-miio.svg
:target: https://badge.fury.io/py/python-miio
.. |PyPI downloads| image:: https://img.shields.io/pypi/dw/python-miio
:target: https://pypi.org/project/python-miio/
.. |Build Status| image:: https://github.com/rytilahti/python-miio/actions/workflows/ci.yml/badge.svg
:target: https://github.com/rytilahti/python-miio/actions/workflows/ci.yml
.. |Coverage Status| image:: https://codecov.io/gh/rytilahti/python-miio/branch/master/graph/badge.svg?token=lYKWubxkLU
:target: https://codecov.io/gh/rytilahti/python-miio
.. |Docs| image:: https://readthedocs.org/projects/python-miio/badge/?version=latest
:alt: Documentation status
:target: https://python-miio.readthedocs.io/en/latest/?badge=latest
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
Raw data
{
"_id": null,
"home_page": "https://github.com/rytilahti/python-miio",
"name": "python-miio",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "xiaomi,miio,miot,smart home",
"author": "Teemu R",
"author_email": "tpr@iki.fi",
"download_url": "https://files.pythonhosted.org/packages/16/8e/7e03014ed96b1d6355b1a9c22690cc7a60db0bb3444fa4a47ef4096b6ce7/python-miio-0.5.12.tar.gz",
"platform": null,
"description": "python-miio\n===========\n\n|Chat| |PyPI version| |PyPI downloads| |Build Status| |Coverage Status| |Docs| |Black|\n\nThis library (and its accompanying cli tool) can be used to interface with devices using Xiaomi's `miIO <https://github.com/OpenMiHome/mihome-binary-protocol/blob/master/doc/PROTOCOL.md>`__ and MIoT protocols.\n\n\nGetting started\n---------------\n\nIf you already have a token for your device and the device type, you can directly start using `miiocli` tool.\nIf you don't have a token for your device, refer to `Getting started <https://python-miio.readthedocs.io/en/latest/discovery.html>`__ section of `the manual <https://python-miio.readthedocs.io>`__ for instructions how to obtain it.\n\nThe `miiocli` is the main way to execute commands from command line.\nYou can always use `--help` to get more information about the available commands.\nFor example, executing it without any extra arguments will print out options and available commands::\n\n $ miiocli --help\n Usage: miiocli [OPTIONS] COMMAND [ARGS]...\n\n Options:\n -d, --debug\n -o, --output [default|json|json_pretty]\n --help Show this message and exit.\n\n Commands:\n airconditioningcompanion\n ..\n\nYou can get some information from any miIO/MIoT device, including its device model, using the `info` command::\n\n miiocli device --ip <ip> --token <token> info\n\n Model: some.device.model1\n Hardware version: esp8285\n Firmware version: 1.0.1_0012\n Network: {'localIp': '<ip>', 'mask': '255.255.255.0', 'gw': '<ip>'}\n AP: {'rssi': -73, 'ssid': '<nnetwork>', 'primary': 11, 'bssid': '<bssid>'}\n\nDifferent devices are supported by their corresponding modules (e.g., `roborockvacuum` or `fan`).\nYou can get the list of available commands for any given module by passing `--help` argument to it::\n\n $ miiocli roborockvacuum --help\n\n Usage: miiocli roborockvacuum [OPTIONS] COMMAND [ARGS]...\n\n Options:\n --ip TEXT [required]\n --token TEXT [required]\n --id-file FILE\n --help Show this message and exit.\n\n Commands:\n add_timer Add a timer.\n ..\n\nEach command invocation will automatically detect the device model necessary for some actions by querying the device.\nYou can avoid this by specifying the model manually::\n\n miiocli roborockvacuum --model roborock.vacuum.s5 --ip <ip> --token <token> start\n\n\nAPI usage\n---------\nAll functionality is accessible through the `miio` module::\n\n from miio import RoborockVacuum\n\n vac = RoborockVacuum(\"<ip address>\", \"<token>\")\n vac.start()\n\nEach separate device type inherits from `miio.Device`\n(and in case of MIoT devices, `miio.MiotDevice`) which provides a common API.\n\nEach command invocation will automatically detect (and cache) the device model necessary for some actions\nby querying the device.\nYou can avoid this by specifying the model manually::\n\n from miio import RoborockVacuum\n\n vac = RoborockVacuum(\"<ip address>\", \"<token>\", model=\"roborock.vacuum.s5\")\n\nPlease refer to `API documentation <https://python-miio.readthedocs.io/en/latest/api/miio.html>`__ for more information.\n\n\nTroubleshooting\n---------------\nYou can find some solutions for the most common problems can be found in `Troubleshooting <https://python-miio.readthedocs.io/en/latest/troubleshooting.html>`__ section.\n\nIf you have any questions, or simply want to join up for a chat, check `our Matrix room <https://matrix.to/#/#python-miio-chat:matrix.org>`__.\n\nContributing\n------------\n\nWe welcome all sorts of contributions from patches to add improvements or fixing bugs to improving the documentation.\nTo ease the process of setting up a development environment we have prepared `a short guide <https://python-miio.readthedocs.io/en/latest/contributing.html>`__ for getting you started.\n\n\nSupported devices\n-----------------\n\n- Xiaomi Mi Robot Vacuum V1, S4, S4 MAX, S5, S5 MAX, S6 Pure, M1S, S7\n- Xiaomi Mi Home Air Conditioner Companion\n- Xiaomi Mi Smart Air Conditioner A (xiaomi.aircondition.mc1, mc2, mc4, mc5)\n- Xiaomi Mi Air Purifier 2, 3H, 3C, 4, Pro, Pro H, 4 Pro (zhimi.airpurifier.m2, mb3, mb4, mb5, v7, vb2, va2), 4 Lite\n- Xiaomi Mi Air (Purifier) Dog X3, X5, X7SM (airdog.airpurifier.x3, airdog.airpurifier.x5, airdog.airpurifier.x7sm)\n- Xiaomi Mi Air Humidifier\n- Smartmi Air Purifier\n- Xiaomi Aqara Camera\n- Xiaomi Aqara Gateway (basic implementation, alarm, lights)\n- Xiaomi Mijia 360 1080p\n- Xiaomi Mijia STYJ02YM (Viomi)\n- Xiaomi Mijia 1C STYTJ01ZHM (Dreame)\n- Dreame F9, D9, Z10 Pro\n- Xiaomi Mi Home (Mijia) G1 Robot Vacuum Mop MJSTG1\n- Xiaomi Roidmi Eve\n- Xiaomi Mi Smart WiFi Socket\n- Xiaomi Chuangmi Plug V1 (1 Socket, 1 USB Port)\n- Xiaomi Chuangmi Plug V3 (1 Socket, 2 USB Ports)\n- Xiaomi Smart Power Strip V1 and V2 (WiFi, 6 Ports)\n- Xiaomi Philips Eyecare Smart Lamp 2\n- Xiaomi Philips RW Read (philips.light.rwread)\n- Xiaomi Philips LED Ceiling Lamp\n- Xiaomi Philips LED Ball Lamp (philips.light.bulb)\n- Xiaomi Philips LED Ball Lamp White (philips.light.hbulb)\n- Xiaomi Philips Zhirui Smart LED Bulb E14 Candle Lamp\n- Xiaomi Philips Zhirui Bedroom Smart Lamp\n- Huayi Huizuo Lamps\n- Xiaomi Universal IR Remote Controller (Chuangmi IR)\n- Xiaomi Mi Smart Pedestal Fan V2, V3, SA1, ZA1, ZA3, ZA4, ZA5 1C, P5, P9, P10, P11, P33\n- Xiaomi Rosou SS4 Ventilator (leshow.fan.ss4)\n- Xiaomi Mi Air Humidifier V1, CA1, CA4, CB1, MJJSQ, JSQ, JSQ1, JSQ001\n- Xiaomi Mi Water Purifier (Basic support: Turn on & off)\n- Xiaomi Mi Water Purifier D1, C1 (Triple Setting)\n- Xiaomi PM2.5 Air Quality Monitor V1, B1, S1\n- Xiaomi Smart WiFi Speaker\n- Xiaomi Mi WiFi Repeater 2\n- Xiaomi Mi Smart Rice Cooker\n- Xiaomi Smartmi Fresh Air System VA2 (zhimi.airfresh.va2), VA4 (zhimi.airfresh.va4),\n A1 (dmaker.airfresh.a1), T2017 (dmaker.airfresh.t2017)\n- Yeelight lights (basic support, we recommend using `python-yeelight <https://gitlab.com/stavros/python-yeelight/>`__)\n- Xiaomi Mi Air Dehumidifier\n- Xiaomi Tinymu Smart Toilet Cover\n- Xiaomi 16 Relays Module\n- Xiaomi Xiao AI Smart Alarm Clock\n- Smartmi Radiant Heater Smart Version (ZA1 version)\n- Xiaomi Mi Smart Space Heater\n- Xiaomiyoupin Curtain Controller (Wi-Fi) (lumi.curtain.hagl05)\n- Xiaomi Xiaomi Mi Smart Space Heater S (zhimi.heater.mc2)\n- Xiaomi Xiaomi Mi Smart Space Heater 1S (zhimi.heater.za2)\n- Yeelight Dual Control Module (yeelink.switch.sw1)\n- Scishare coffee maker (scishare.coffee.s1102)\n- Qingping Air Monitor Lite (cgllc.airm.cgdn1)\n- Xiaomi Walkingpad A1 (ksmb.walkingpad.v3)\n- Xiaomi Smart Pet Water Dispenser (mmgg.pet_waterer.s1, s4)\n- Xiaomi Mi Smart Humidifer S (jsqs, jsq5)\n- Xiaomi Mi Robot Vacuum Mop 2 (Pro+, Ultra)\n\n\n*Feel free to create a pull request to add support for new devices as\nwell as additional features for supported devices.*\n\nProjects using this library\n---------------------------\n\nThis library is used by various projects to support MiIO/MiOT devices.\nIf you are using this library for your project, feel free to open a PR to get it listed here!\n\nHome Assistant (official)\n^^^^^^^^^^^^^^^^^^^^^^^^^\n\nHome Assistant uses this library to support several platforms out-of-the-box.\nThis list is incomplete as the platforms (in parentheses) may also support other devices listed above.\n\n- `Xiaomi Mi Robot Vacuum <https://home-assistant.io/components/vacuum.xiaomi_miio/>`__ (vacuum)\n- `Xiaomi Philips Light <https://home-assistant.io/components/light.xiaomi_miio/>`__ (light)\n- `Xiaomi Mi Air Purifier and Air Humidifier <https://home-assistant.io/components/fan.xiaomi_miio/>`__ (fan)\n- `Xiaomi Smart WiFi Socket and Smart Power Strip <https://home-assistant.io/components/switch.xiaomi_miio/>`__ (switch)\n- `Xiaomi Universal IR Remote Controller <https://home-assistant.io/components/remote.xiaomi_miio/>`__ (remote)\n- `Xiaomi Mi Air Quality Monitor (PM2.5) <https://home-assistant.io/components/sensor.xiaomi_miio/>`__ (sensor)\n- `Xiaomi Aqara Gateway Alarm <https://home-assistant.io/components/alarm_control_panel.xiaomi_miio/>`__ (alarm_control_panel)\n- `Xiaomi Mi WiFi Repeater 2 <https://www.home-assistant.io/components/device_tracker.xiaomi_miio/>`__ (device_tracker)\n\nHome Assistant (custom)\n^^^^^^^^^^^^^^^^^^^^^^^\n\n- `Xiaomi Mi Home Air Conditioner Companion <https://github.com/syssi/xiaomi_airconditioningcompanion>`__\n- `Xiaomi Mi Smart Pedestal Fan <https://github.com/syssi/xiaomi_fan>`__\n- `Xiaomi Mi Smart Rice Cooker <https://github.com/syssi/xiaomi_cooker>`__\n- `Xiaomi Raw Sensor <https://github.com/syssi/xiaomi_raw>`__\n- `Xiaomi MIoT Devices <https://github.com/ha0y/xiaomi_miot_raw>`__\n- `Xiaomi Miot Auto <https://github.com/al-one/hass-xiaomi-miot>`__\n\nOther related projects\n----------------------\n\nThis is a list of other projects around the Xiaomi ecosystem that you can find interesting.\nFeel free to submit more related projects.\n\n- `dustcloud <https://github.com/dgiese/dustcloud>`__ (reverse engineering and rooting xiaomi devices)\n- `Valetudo <https://github.com/Hypfer/Valetudo>`__ (cloud free vacuum firmware)\n- `micloud <https://github.com/Squachen/micloud>`__ (library to access xiaomi cloud services, can be used to obtain device tokens)\n- `micloudfaker <https://github.com/unrelentingtech/micloudfaker>`__ (dummy cloud server, can be used to fix powerstrip status requests when without internet access)\n- `Your project here? Feel free to open a PR! <https://github.com/rytilahti/python-miio/pulls>`__\n\n.. |Chat| image:: https://img.shields.io/matrix/python-miio-chat:matrix.org\n :target: https://matrix.to/#/#python-miio-chat:matrix.org\n.. |PyPI version| image:: https://badge.fury.io/py/python-miio.svg\n :target: https://badge.fury.io/py/python-miio\n.. |PyPI downloads| image:: https://img.shields.io/pypi/dw/python-miio\n :target: https://pypi.org/project/python-miio/\n.. |Build Status| image:: https://github.com/rytilahti/python-miio/actions/workflows/ci.yml/badge.svg\n :target: https://github.com/rytilahti/python-miio/actions/workflows/ci.yml\n.. |Coverage Status| image:: https://codecov.io/gh/rytilahti/python-miio/branch/master/graph/badge.svg?token=lYKWubxkLU\n :target: https://codecov.io/gh/rytilahti/python-miio\n.. |Docs| image:: https://readthedocs.org/projects/python-miio/badge/?version=latest\n :alt: Documentation status\n :target: https://python-miio.readthedocs.io/en/latest/?badge=latest\n.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n\n",
"bugtrack_url": null,
"license": "GPL-3.0-only",
"summary": "Python library for interfacing with Xiaomi smart appliances",
"version": "0.5.12",
"project_urls": {
"Documentation": "https://python-miio.readthedocs.io",
"Homepage": "https://github.com/rytilahti/python-miio",
"Repository": "https://github.com/rytilahti/python-miio"
},
"split_keywords": [
"xiaomi",
"miio",
"miot",
"smart home"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f0263aba8af51a7522ef54b8e0adaa34a8ccf7615e6745aa5ac49dd0e855abbc",
"md5": "96371970e51008338d8e09aa82deef2b",
"sha256": "206ac0d8505aa3c673e101543d0a0e8f0ebe8f19a50ff66edd302c8770813f73"
},
"downloads": -1,
"filename": "python_miio-0.5.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "96371970e51008338d8e09aa82deef2b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 330966,
"upload_time": "2022-07-18T21:27:28",
"upload_time_iso_8601": "2022-07-18T21:27:28.414616Z",
"url": "https://files.pythonhosted.org/packages/f0/26/3aba8af51a7522ef54b8e0adaa34a8ccf7615e6745aa5ac49dd0e855abbc/python_miio-0.5.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "168e7e03014ed96b1d6355b1a9c22690cc7a60db0bb3444fa4a47ef4096b6ce7",
"md5": "66fc8d8de99a5f63935e4d223dd0217e",
"sha256": "049c351a0dc53b647a5962a392ba710cde1f4cc4ee8390088f448dab58046c16"
},
"downloads": -1,
"filename": "python-miio-0.5.12.tar.gz",
"has_sig": false,
"md5_digest": "66fc8d8de99a5f63935e4d223dd0217e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 245520,
"upload_time": "2022-07-18T21:27:30",
"upload_time_iso_8601": "2022-07-18T21:27:30.430987Z",
"url": "https://files.pythonhosted.org/packages/16/8e/7e03014ed96b1d6355b1a9c22690cc7a60db0bb3444fa4a47ef4096b6ce7/python-miio-0.5.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-07-18 21:27:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rytilahti",
"github_project": "python-miio",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "python-miio"
}