Fronius Gen24/ Huawei Sun2000: add max charge power/rate (#17691) #2151
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Schema | |
on: | |
push: | |
paths: | |
- "*.yaml" | |
- "*.json" | |
pull_request: | |
paths: | |
- "*.yaml" | |
- "*.json" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: nwisbeta/[email protected] | |
with: | |
yamlSchemasJson: | | |
{ | |
"./schema.json": ["evcc.dist.yaml"] | |
} |