From 41bd030a5a7a99fae8c4048717cf1e70bba3fdf9 Mon Sep 17 00:00:00 2001 From: Jacopo Labardi <2527836+labodj@users.noreply.github.com> Date: Tue, 5 May 2026 19:24:38 +0200 Subject: [PATCH] Add homie-home-assistant-discovery (#141) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0778462..8ce9f24 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Contributions welcome! Read the [contribution guidelines](contributing.md) first ## Tools - [hivemq-mqtt-web-client](https://github.com/hivemq/hivemq-mqtt-web-client) - Browser-based MQTT client that utilizes MQTT over websockets. [Direct Link](https://www.hivemq.com/demos/websocket-client/) +- [homie-home-assistant-discovery](https://github.com/labodj/homie-home-assistant-discovery) - Node.js CLI and library that maps Homie MQTT metadata to Home Assistant MQTT discovery payloads. - [imqtt](https://github.com/shafreeck/imqtt) - Interactive MQTT packet manipulation shell based on IPython. - [IoT-Testware](https://projects.eclipse.org/projects/technology.iottestware) - The Eclipse IoT-Testware is a collection of conformance test suites for IoT protocols enriched with additional tools for fuzzing and performance testing. - [LabOverWire](https://laboverwire.com/features) - Visual diagram editor for designing MQTT topologies, built with Rust (WASM) and TypeScript. Features live in-browser simulation, code generation, and AsyncAPI export.