A Python library for controlling Midea appliances (e.g., air conditioners, dehumidifiers) over the local network. Version 0.10.5 targets Python 3.8+. The API is stable with infrequent releases.
pip install midea-beautiful-airNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client, discover appliances, and control one.
Always use `await device.method()` inside an async function.
Provide valid Midea account credentials. Network discovery still works but token is fetched from cloud.
Use `MideaClient` for all operations.
No dependency data recorded yet.