Skip to content

Update docs to reflect binary_sensor batpred_discharging renamed to batpred_exporting #2141

Update docs to reflect binary_sensor batpred_discharging renamed to batpred_exporting

Update docs to reflect binary_sensor batpred_discharging renamed to batpred_exporting #2141

Workflow file for this run

name: code-quality
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()