14 lines
522 B
Markdown
14 lines
522 B
Markdown
# ESPHome Config Folder
|
|
|
|
This folder contains configuration files for ESPHome devices. The `solar` directory is specifically used for managing solar-related ESPHome setups.
|
|
|
|
## Structure
|
|
|
|
- `source/solar/`: Contains source code files and related resources for solar projects.
|
|
|
|
## Usage
|
|
|
|
1. Place your ESPHome YAML configuration files in this directory.
|
|
2. Use the ESPHome CLI or dashboard to validate and upload configurations to your devices.
|
|
|
|
For more information, visit the [ESPHome documentation](https://esphome.io/). |