mirror of
https://github.com/sudoxnym/saas.git
synced 2026-04-14 03:27:41 +00:00
800 B
800 B
Contributing to SAAS - Sleep As Android Status
Thanks for helping improve the project!
🧰 Getting Started
- Fork this repo
- Clone your fork
- Create a feature branch (
git checkout -b feature/new-thing) - Make your changes and commit (
git commit -m 'Add cool thing') - Push to your fork (
git push origin feature/new-thing) - Open a Pull Request on this repo
🛠️ Development Tips
- This integration is a custom HACS component written in Python.
- Please test your changes with valid MQTT messages using the same topic format.
- Use clear commit messages and PR descriptions.
🐞 Bug Reports
Before opening an issue, check existing issues and include:
- Home Assistant version
- Logs (if possible)
- Steps to reproduce
- Device details
Thanks again for your help!