Update base image, fix README port

This commit is contained in:
Otto Winter 2019-06-03 14:18:46 +02:00
parent 0766c98254
commit b7ac2263bb
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
6 changed files with 9 additions and 29 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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
}

View File

@ -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.

View File

@ -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.

View File

@ -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