pymiele
Python library for Miele integration with Home Assistant
What it is and what it does
pymiele is a Python client library for communicating with Miele appliances through their cloud API, designed specifically for Home Assistant integration. It uses aiohttp to handle asynchronous HTTP requests, allowing non-blocking interaction with Miele devices. The library is in Beta status and has been actively maintained since its first release in early 2022, with the most recent update in May 2026.
The package sits in the middle of the Home Assistant ecosystem—it abstracts away the details of Miele's API authentication and device communication so that Home Assistant integrations can focus on state management and automation logic. As a single-dependency library with low install friction, it's straightforward to add to a Home Assistant setup, though the Python 3.14.0 requirement is unusually strict and may limit adoption until that version becomes standard.
Use it for:
- Integrate Miele washing machines, dryers, and dishwashers into Home Assistant for remote monitoring and control
- Build custom automation rules that respond to Miele appliance state changes (e.g., notify when a cycle completes)
- Fetch real-time status and cycle information from Miele devices for display in Home Assistant dashboards
- Develop third-party Home Assistant add-ons or custom integrations that depend on Miele device communication
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
pymiele is a Python library that enables Home Assistant integration with Miele appliances via their API, using aiohttp for asynchronous HTTP communication.
Yes, if you are running Home Assistant and own Miele appliances and can meet the Python 3.14.0 requirement. The library is actively maintained, has no known vulnerabilities, carries a permissive license, and depends on only one well-established package. The Beta status and modest download volume suggest it is still maturing, so verify compatibility with your specific Miele models and Home Assistant version before relying on it in production.
Install
pymiele on PyPI
pip
pip install pymieleuv
uv add pymielepoetry
poetry add pymieleInstalling pymiele
Before you install
Low install friction with a single runtime dependency (aiohttp). The package is actively maintained with a recent release (94 days ago) and an active repository, though it remains in Beta status.
License in practice
MIT license is permissive, allowing use in commercial and private projects with minimal restrictions—only requiring attribution and inclusion of the license text.
Quickstart
pip install pymiele
import aiohttp
from pymiele import PyMiele
async with aiohttp.ClientSession() as session:
miele = PyMiele(session, username, password)
# Interact with Miele devices
Requires Python 3.14.0 or later, which is a future version not yet in general release; check your environment's Python version before installing.
Verify before relying
- Exact scope of Miele appliances and device types supported by this library version
- Whether the Python 3.14.0 requirement is intentional or a packaging error, given current Python release cycles
- Real-world performance and reliability in Home Assistant deployments
Package facts
| License | MIT (permissive) |
| Python support | capped below the current Python release (>=3.14.0) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — aiohttp |
| Maintenance | actively maintained — 94 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 93,354/month — #13,390 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pymiele-0.6.2-py3-none-any.whl
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
aioshellyAsynchronous Python library for controlling…
permissive · top 15,000 on PyPI
aiohomekitAn asyncio-based HomeKit client library for…
permissive · top 15,000 on PyPI
python-miioPython library and CLI tool for controlling…
copyleft · top 15,000 on PyPI
home-connect-asyncAn async Python SDK that connects to the BSH…
permissive · top 15,000 on PyPI
millheaterPython library to control Mill heater devices…
permissive · top 15,000 on PyPI
pyControl4An async library for controlling Control4 smart…
permissive · top 15,000 on PyPI
epson-projectorAsynchronous Python library for controlling…
permissive · top 15,000 on PyPI
midea-localControl Midea M-Smart appliances over local…
permissive · top 15,000 on PyPI
aiohueAsynchronous Python library for controlling…
permissive · top 15,000 on PyPI
pyimouapiAsync Python client for Imou Open Platform…
permissive · top 15,000 on PyPI