From 6a2e9a85033d4fd5ff5756086b205682290cc504 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 20 Oct 2018 19:15:49 +0200 Subject: [PATCH] Add beta add-on --- esphomeyaml-beta/config.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 esphomeyaml-beta/config.json diff --git a/esphomeyaml-beta/config.json b/esphomeyaml-beta/config.json new file mode 100644 index 0000000000..b636643cd0 --- /dev/null +++ b/esphomeyaml-beta/config.json @@ -0,0 +1,33 @@ +{ + "name": "esphomeyaml-beta", + "version": "1.9.0b1", + "slug": "esphomeyaml-beta", + "description": "Beta version of esphomeyaml HassIO add-on.", + "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}" +}