forked from esphome/esphome-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
45 lines (45 loc) · 1011 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "esphomelib",
"keywords": "esp32, home-assistant, ir, ledc, mqtt, iot",
"description": "esphomelib is a library designed to greatly simplify your firmware code for ESP32-based devices with full MQTT and Home Assistant support.",
"repository": {
"type": "git",
"url": "https://github.com/OttoWinter/esphomelib.git"
},
"version": "1.10.0-dev",
"authors": [
{
"name": "Otto Winter",
"email": "[email protected]",
"url": "https://otto-winter.com",
"maintainer": true
}
],
"dependencies": [
{
"name": "AsyncMqttClient",
"version": "0.8.2"
},
{
"name": "ArduinoJson-esphomelib",
"version": "5.13.3"
},
{
"name": "ESP Async WebServer",
"version": "1.1.1"
},
{
"name": "FastLED",
"version": "3.2.0"
}
],
"build": {
"flags": "-Wno-reorder"
},
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms": [
"espressif32",
"espressif8266"
]
}