Add Tuya curtain motor Yushun YS-MT750L _TZE200_gaj531w3
(#2605)
#3500
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: CI | |
on: | |
push: | |
branches: | |
- dev | |
- master | |
pull_request: ~ | |
jobs: | |
shared-ci: | |
uses: zigpy/workflows/.github/workflows/ci.yml@main | |
with: | |
CODE_FOLDER: zhaquirks | |
CACHE_VERSION: 2 | |
PYTHON_VERSION_DEFAULT: 3.9.15 | |
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit | |
MINIMUM_COVERAGE_PERCENTAGE: 80 |