Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geertmeersman authored Feb 28, 2024
1 parent cfb8d11 commit 3a68ec4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,25 @@ esp32:

Replace `YOUR_ESP32_BOARD_TYPE` with the specific board type you're using, such as `az-delivery-devkit-v4` or any other compatible board.

Example for the [ESP32-S3-N16R8](https://a.aliexpress.com/_EwvIgjF)

```yaml
esp32:
board: esp32-s3-devkitc-1
flash_size: 16MB
framework:
type: esp-idf
version: recommended
esphome:
name: ${device_name}
friendly_name: ${friendly_name}
platformio_options:
board_build.flash_mode: dio
includes:
- nexxtender_packages/nexxtender.h
```

This flexibility allows users to tailor the configuration to their hardware requirements while still benefiting from the overall structure and functionality provided in the `nexxtender.yaml` file.

## Integrating ESPHome Devices with Home Assistant
Expand Down

0 comments on commit 3a68ec4

Please sign in to comment.