SolarEdge Plugin shows 0 for grid and home battery power, even if Power Buffer is not 0 #966
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: Autoremove Waiting for feedback | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
label_issues: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: andymckay/labeler@master | |
with: | |
remove-labels: "waiting for feedback" | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |