From 245a081a5e13da18b9fd1222124c94fdb7977079 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Thu, 29 Jan 2026 18:18:19 +0100 Subject: [PATCH] Update aiomqtt entry to new project (empicano/aiomqtt) (#126) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a00b84..ddd5dd8 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first ### Python -- [aiomqtt](https://github.com/mossblaser/aiomqtt) - Async Python MQTT client based on paho-mqtt. +- [aiomqtt](https://github.com/empicano/aiomqtt) - The idiomatic asyncio MQTT client. - [gmqtt](https://github.com/wialon/gmqtt) - Python MQTT v5.0 client (asyncio-based). - [hbmqtt Client](https://github.com/beerfactory/hbmqtt) - Python MQTT client using asyncio.