esphome/esphomeyaml/config.json

34 lines
689 B
JSON
Raw Normal View History

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