Update gree-hvac-client to allow autodetece of encryption mode (#171) #329
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: Homey validation | |
on: | |
push: | |
pull_request: | |
jobs: | |
publish-validation: | |
name: Validate Homey App | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: athombv/github-action-homey-app-validate@v1 | |
with: | |
level: publish |