Skip to content

feat(sensor): round native values to cut recorder volume #12

feat(sensor): round native values to cut recorder volume

feat(sensor): round native values to cut recorder volume #12

Workflow file for this run

name: mypy
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
mypy:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v6.0.2
- uses: astral-sh/setup-uv@v8.1.0
with:
python-version: "3.14"
cache-dependency-glob: "uv.lock"
cache-suffix: mypy
- run: uv run mypy custom_components/cpu_capacity