Skip to content

Victron GX Modbus TCP integration fails on Home Assistant 2025.10.4 due to Endian import error #510

Victron GX Modbus TCP integration fails on Home Assistant 2025.10.4 due to Endian import error

Victron GX Modbus TCP integration fails on Home Assistant 2025.10.4 due to Endian import error #510

Workflow file for this run

name: "Close stale issues/pull requests"
on:
schedule:
- cron: "0 0 * * *"
issue_comment:
types: [created, deleted]
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days'
stale-pr-message: 'This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days'
days-before-stale: 60
days-before-close: 30
operations-per-run: 500
exempt-issue-labels: 'on-hold'