8000 Remove multistate cluster handler definitions, for now · zigpy/zha@b0dc46e · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add AnalogInput sensor, use description attribute for fallback_name #1303

Add AnalogInput sensor, use description attribute for fallback_name

Add AnalogInput sensor, use description attribute for fallback_name #1303

Workflow file for this run

name: CI
on:
push:
branches:
- dev
pull_request: ~
jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@main
with:
CODE_FOLDER: zha
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.12
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 95
PYTHON_MATRIX: '"3.12.10", "3.13.3"'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0