From 9f13a6db8758bc9c93f0dde86751dedd485e0155 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Mon, 8 Sep 2025 17:22:35 +0200 Subject: [PATCH] move web server here - it simplifies the dependency management --- library.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index e32a3aa..932f164 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", "name": "ha-mqtt", - "version": "1.9.0", + "version": "1.10.0", "description": "Home Assistant classes for integration with MQTT auto discovery", "repository": { "type": "git", @@ -16,7 +16,8 @@ ], "dependencies": { "bblanchon/ArduinoJson": "6.21.5", - "marvinroger/AsyncMqttClient": "^0.9.0" + "marvinroger/AsyncMqttClient": "^0.9.0", + "esphome/ESPAsyncWebServer-esphome": "^3.4.0" }, "license": "MIT", "frameworks": "arduino",