You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-built [ESP-Hosted](https://github.com/espressif/esp-hosted) co-processor firmware binaries for use with ESPHome's [ESP32 Hosted](https://esphome.io/components/update/esp32_hosted/) component.
4
+
5
+
## Supported Targets
6
+
7
+
| Target | Status |
8
+
|--------|--------|
9
+
| ESP32 | Built |
10
+
| ESP32-C2 | Built |
11
+
| ESP32-C3 | Built |
12
+
| ESP32-C5 | Built |
13
+
| ESP32-C6 | Built |
14
+
| ESP32-C61 | Built |
15
+
| ESP32-S2 | Built |
16
+
| ESP32-S3 | Built |
17
+
18
+
## Usage
19
+
20
+
1. Download the appropriate firmware binary for your co-processor from the [Releases](https://github.com/esphome/esp-hosted-firmware/releases) page
21
+
2. Place the `.bin` file in your ESPHome configuration directory
22
+
3. Configure the update component in your ESPHome YAML:
Releases are tagged with the ESP-Hosted version used (e.g., `v2.7.0`).
58
+
59
+
## License
60
+
61
+
The ESP-Hosted firmware is licensed under the Apache License 2.0. See the [ESP-Hosted repository](https://github.com/espressif/esp-hosted) for details.
0 commit comments