mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Update base image to 2.3.3
This commit is contained in:
parent
ccdf858664
commit
f42eb03edc
@ -37,7 +37,7 @@ Then just click UPLOAD and the sensor will magically appear in Home Assistant:
|
|||||||
To install this Home Assistant add-on you need to add the ESPHome add-on repository
|
To install this Home Assistant add-on you need to add the ESPHome add-on repository
|
||||||
first:
|
first:
|
||||||
|
|
||||||
1. Add the esphome add-ons repository to your Home Assistant instance. You can do this by navigating to the "Add-on store" tab in the Supervisor panel and then entering https://github.com/esphome/hassio in the "Add repository" field after selecting "Repositories" from the top-right menu.
|
1. Add the ESPHome add-ons repository to your Home Assistant instance. You can do this by navigating to the "Add-on store" tab in the Supervisor panel and then entering https://github.com/esphome/hassio in the "Add repository" field after selecting "Repositories" from the top-right menu.
|
||||||
2. Now scroll down and select the "ESPHome" add-on.
|
2. Now scroll down and select the "ESPHome" add-on.
|
||||||
3. Press install to download the add-on and unpack it on your machine. This can take some time.
|
3. Press install to download the add-on and unpack it on your machine. This can take some time.
|
||||||
4. Optional: If you're using SSL/TLS certificates and want to encrypt your communication to this add-on, please enter `true` into the `ssl` field and set the `fullchain` and `certfile` options accordingly.
|
4. Optional: If you're using SSL/TLS certificates and want to encrypt your communication to this add-on, please enter `true` into the `ssl` field and set the `fullchain` and `certfile` options accordingly.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"args": {},
|
"args": {},
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "esphome/esphome-hassio-base-aarch64:2.1.1",
|
"aarch64": "esphome/esphome-hassio-base-aarch64:2.3.3",
|
||||||
"amd64": "esphome/esphome-hassio-base-amd64:2.1.1",
|
"amd64": "esphome/esphome-hassio-base-amd64:2.3.3",
|
||||||
"armv7": "esphome/esphome-hassio-base-armv7:2.1.1",
|
"armv7": "esphome/esphome-hassio-base-armv7:2.3.3",
|
||||||
"i386": "esphome/esphome-hassio-base-i386:2.1.1"
|
"i386": "esphome/esphome-hassio-base-i386:2.3.3"
|
||||||
},
|
},
|
||||||
"squash": false
|
"squash": false
|
||||||
}
|
}
|
1
script/requirements.txt
Normal file
1
script/requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
PyYAML==5.3.1
|
@ -39,7 +39,7 @@ base: &base
|
|||||||
streamer_mode: bool?
|
streamer_mode: bool?
|
||||||
relative_url: str?
|
relative_url: str?
|
||||||
status_use_ping: bool?
|
status_use_ping: bool?
|
||||||
base_image: esphome/esphome-hassio-base-{arch}:2.1.1
|
base_image: esphome/esphome-hassio-base-{arch}:2.3.3
|
||||||
|
|
||||||
esphome-dev:
|
esphome-dev:
|
||||||
<<: *base
|
<<: *base
|
||||||
|
Loading…
Reference in New Issue
Block a user