Skip to content

Use hass config retry instead of native reconnect logic, improve error handling #123

Use hass config retry instead of native reconnect logic, improve error handling

Use hass config retry instead of native reconnect logic, improve error handling #123

name: Validate Code Style
on:
push:
pull_request:
jobs:
validate-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: python3 -m pip install black
- name: Black style validation
run: black --check .