From b7ac2263bb8a51193b7951b77697e978632160db Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 3 Jun 2019 14:18:46 +0200 Subject: [PATCH] Update base image, fix README port --- esphome-beta/README.md | 7 +------ esphome-dev/README.md | 7 +------ esphome-dev/build.json | 8 ++++---- esphome/README.md | 7 +------ template/README.md | 7 +------ template/config.yaml | 2 +- 6 files changed, 9 insertions(+), 29 deletions(-) diff --git a/esphome-beta/README.md b/esphome-beta/README.md index cf589f7..6c2827f 100644 --- a/esphome-beta/README.md +++ b/esphome-beta/README.md @@ -58,15 +58,10 @@ Example add-on configuration: { "ssl": false, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "port": 6052 + "keyfile": "privkey.pem" } ``` -### Option: `port` - -The port to start the dashboard server on. Default is 6052. - ### Option: `ssl` Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on. diff --git a/esphome-dev/README.md b/esphome-dev/README.md index cf589f7..6c2827f 100644 --- a/esphome-dev/README.md +++ b/esphome-dev/README.md @@ -58,15 +58,10 @@ Example add-on configuration: { "ssl": false, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "port": 6052 + "keyfile": "privkey.pem" } ``` -### Option: `port` - -The port to start the dashboard server on. Default is 6052. - ### Option: `ssl` Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on. diff --git a/esphome-dev/build.json b/esphome-dev/build.json index 581b8dc..485d502 100644 --- a/esphome-dev/build.json +++ b/esphome-dev/build.json @@ -1,10 +1,10 @@ { "args": {}, "build_from": { - "aarch64": "esphome/esphome-hassio-base-aarch64:1.6.0", - "amd64": "esphome/esphome-hassio-base-amd64:1.6.0", - "armv7": "esphome/esphome-hassio-base-armv7:1.6.0", - "i386": "esphome/esphome-hassio-base-i386:1.6.0" + "aarch64": "esphome/esphome-hassio-base-aarch64:1.7.0", + "amd64": "esphome/esphome-hassio-base-amd64:1.7.0", + "armv7": "esphome/esphome-hassio-base-armv7:1.7.0", + "i386": "esphome/esphome-hassio-base-i386:1.7.0" }, "squash": false } \ No newline at end of file diff --git a/esphome/README.md b/esphome/README.md index cf589f7..6c2827f 100644 --- a/esphome/README.md +++ b/esphome/README.md @@ -58,15 +58,10 @@ Example add-on configuration: { "ssl": false, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "port": 6052 + "keyfile": "privkey.pem" } ``` -### Option: `port` - -The port to start the dashboard server on. Default is 6052. - ### Option: `ssl` Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on. diff --git a/template/README.md b/template/README.md index cf589f7..6c2827f 100644 --- a/template/README.md +++ b/template/README.md @@ -58,15 +58,10 @@ Example add-on configuration: { "ssl": false, "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "port": 6052 + "keyfile": "privkey.pem" } ``` -### Option: `port` - -The port to start the dashboard server on. Default is 6052. - ### Option: `ssl` Enables/Disables encrypted SSL (HTTPS) connections to the web server of this add-on. diff --git a/template/config.yaml b/template/config.yaml index 5f55d3f..1101e29 100644 --- a/template/config.yaml +++ b/template/config.yaml @@ -39,7 +39,7 @@ base: &base streamer_mode: bool? relative_url: str? status_use_ping: bool? - base_image: esphome/esphome-hassio-base-{arch}:1.6.0 + base_image: esphome/esphome-hassio-base-{arch}:1.7.0 esphome-dev: <<: *base