ha-mqtt/library.json

26 lines
737 B
JSON

{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "ha-mqtt",
"version": "2.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": {
"arkhipenko/TaskScheduler": "^3.8.5",
"bblanchon/ArduinoJson": "6.21.5",
"marvinroger/AsyncMqttClient": "^0.9.0",
"esphome/ESPAsyncWebServer-esphome": "^3.4.0"
},
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms": "*"
}