esphome/esphomeyaml/config.json
Otto Winter c3a3c038ac
Merge branch 'dev' into custom-sensor
# Conflicts:
#	esphomeyaml-edge/logo.png
#	esphomeyaml/components/light/__init__.py
#	esphomeyaml/pins.py
2018-11-26 20:45:38 +01:00

33 lines
689 B
JSON

{
"name": "esphomeyaml",
"version": "1.9.2",
"slug": "esphomeyaml",
"description": "esphomeyaml Hass.io 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
},
"auto_uart": true,
"map": [
"config:rw"
],
"arch": [
"amd64",
"armhf",
"i386"
],
"environment": {
"ESPHOMEYAML_OTA_HOST_PORT": "6053"
},
"options": {
"password": ""
},
"schema": {
"password": "str?"
},
"image": "ottowinter/esphomeyaml-hassio-{arch}"
}