forked from esphome/esphome-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
33 lines (33 loc) · 707 Bytes
/
Copy pathlibrary.json
File metadata and controls
33 lines (33 loc) · 707 Bytes
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
{
"name": "esphome-core",
"keywords": "esp32, home-assistant, ir, ledc, mqtt, iot",
"description": "ESPHome - Reimagining DIY Home Automation.",
"repository": {
"type": "git",
"url": "https://github.com/esphome/esphome-core.git"
},
"version": "1.13.0-dev",
"authors": [
{
"name": "Otto Winter",
"email": "contact@otto-winter.com",
"url": "https://otto-winter.com",
"maintainer": true
}
],
"dependencies": [
{
"name": "ArduinoJson-esphomelib",
"version": "5.13.3"
}
],
"build": {
"flags": "-Wno-reorder"
},
"license": "GPL-3.0",
"frameworks": "arduino",
"platforms": [
"espressif32",
"espressif8266"
]
}