Update dev base image

This commit is contained in:
Otto winter 2021-04-08 15:22:45 +02:00
parent 17227a6c2e
commit 35c77fe304
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
6 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1 @@
Any edits should be made to the files in the 'template' directory

View File

@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "esphome/esphome-hassio-base-aarch64:2.5.0",
"amd64": "esphome/esphome-hassio-base-amd64:2.5.0",
"armv7": "esphome/esphome-hassio-base-armv7:2.5.0"
"aarch64": "esphome/esphome-hassio-base-aarch64:3.0.0",
"amd64": "esphome/esphome-hassio-base-amd64:3.0.0",
"armv7": "esphome/esphome-hassio-base-armv7:3.0.0"
}
}

View File

@ -5,7 +5,6 @@
"aarch64"
],
"auth_api": true,
"uart": true,
"description": "Development Version! Manage and program ESP8266/ESP32 microcontrollers through YAML configuration files",
"hassio_api": true,
"host_network": true,
@ -38,6 +37,7 @@
},
"slug": "esphome-dev",
"stage": "experimental",
"uart": true,
"url": "https://next.esphome.io/",
"version": "dev"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -32,7 +32,7 @@ base: &base
streamer_mode: bool?
relative_url: str?
status_use_ping: bool?
base_image: esphome/esphome-hassio-base-{arch}:2.5.0
base_image: esphome/esphome-hassio-base-{arch}:3.0.0
esphome-dev:
<<: *base