mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2025-01-16 20:41:20 +01:00
Update base image, fix README port
This commit is contained in:
parent
0766c98254
commit
b7ac2263bb
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
}
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user