first version of the library

This commit is contained in:
Nicu Hodos 2024-05-29 18:16:55 +02:00
parent c7b6c382f8
commit 728043a606
4 changed files with 27 additions and 0 deletions

27
library.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "ha-mqtt",
"version": "1.0.0",
"description": "Home Assistant classes for integration with MQTT auto discovery",
"repository":
{
"type": "git",
"url": "https://git.hodos.ro/arduino/ha-mqtt.git"
},
"authors":
[
{
"name": "Nicu Hodos",
"email": "nicu@hodos.ro",
"maintainer": true
}
],
"dependencies":
{
"bblanchon/ArduinoJson": "6.21.5",
"arkhipenko/TaskScheduler": "^3.7.0",
"marvinroger/AsyncMqttClient": "^0.9.0"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}