Thanks for considering a contribution!
git clone https://github.com/mosandlt/Bosch-Smart-Home-Camera-Tool-Python.git
cd Bosch-Smart-Home-Camera-Tool-Python
pip install -e ".[dev]"pytest
ruff format --check .
ruff check .
mypy .All of the above must pass. Please add or update tests for any behavior
change (see existing tests under tests/ for the expected style).
Please open an issue using the bug report template and include:
- Your OS and Python version
- Steps to reproduce
- Relevant logs (with any tokens/secrets redacted)
Please do not open a public issue for security vulnerabilities — see SECURITY.md.
This project follows the Code of Conduct.