mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Update dev base image
This commit is contained in:
parent
17227a6c2e
commit
35c77fe304
1
esphome-dev/FILES ARE GENERATED DO NOT EDIT
Normal file
1
esphome-dev/FILES ARE GENERATED DO NOT EDIT
Normal file
@ -0,0 +1 @@
|
||||
Any edits should be made to the files in the 'template' directory
|
@ -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"
|
||||
}
|
||||
}
|
@ -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 |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user