pyhunterbtt

Protocol library for Hunter BTT
git clone https://git.stephank.nl/pyhunterbtt
Log | Files | Refs | README | LICENSE | ZIP

README (275B)


      1 # pyhunterbtt
      2 
      3 Extremely vibe-coded Hunter BTT protocol library.
      4 
      5 Experimental. Minimal testing performed with a BTT-101, firwmare 5.0.1.4.
      6 
      7 See also: https://git.stephank.nl/ha-hunterbtt
      8 
      9 # development
     10 
     11 ```
     12 uv run ruff format
     13 uv run ruff check
     14 uv run mypy
     15 uv run pytest
     16 ```