1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-07 03:11:00 +01:00
esphome/esphomeyaml/config.json

30 lines
640 B
JSON
Raw Normal View History

2018-06-01 17:45:23 +01:00
{
"name": "esphomeyaml",
2018-06-06 20:01:20 +01:00
"version": "1.6.2",
2018-06-01 17:45:23 +01:00
"slug": "esphomeyaml",
"description": "esphomeyaml HassIO add-on for intelligently managing all your ESP8266/ESP32 devices.",
"url": "https://esphomelib.com/esphomeyaml/index.html",
"startup": "application",
"webui": "http://[HOST]:[PORT:6052]",
"boot": "auto",
"ports": {
"6052/tcp": 6052,
"6053/tcp": 6053
},
2018-06-07 19:47:06 +01:00
"arch": [
"amd64",
"armhf",
"i386"
],
2018-06-01 17:45:23 +01:00
"auto_uart": true,
"map": [
"config:rw"
],
"options": {},
"environment": {
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
},
2018-06-03 18:22:25 +01:00
"schema": {},
"image": "ottowinter/esphomeyaml-hassio-{arch}"
2018-06-01 17:45:23 +01:00
}