first version of the library
This commit is contained in:
parent
c7b6c382f8
commit
728043a606
27
library.json
Normal file
27
library.json
Normal 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": "*"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user