skillfed

pymiele

Python library for Miele integration with Home Assistant

pymiele v0.6.2 93.4K downloads/30d#13,390 on PyPI8
Permissive license MIT Active released

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 pymiele

uv

uv add pymiele

poetry

poetry add pymiele

Installing 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

Development Status :: 4 - BetaOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

miele appliance api integrationhome assistant mielemiele smart home libraryasync miele api clientmiele device control python
home-assistantiot-integrationasync-http

More WWW/HTTP packages