- CONTRIBUTING.md with blueprint submission guidelines - Issue templates for bugs and feature requests - Pull request template Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
Contributing to Home Assistant Blueprints
Thank you for your interest in contributing to this collection of Home Assistant blueprints!
Getting Started
- Fork the repository
- Clone your fork locally
- Create a new branch for your changes
Adding a New Blueprint
- Place your blueprint in the appropriate folder:
Common/- General purpose blueprintsZigbee/- MQTT/Zigbee device blueprints
- Follow the existing naming conventions
- Include proper metadata in your blueprint (name, description, domain)
- Update
README.mdto list your new blueprint
Blueprint Guidelines
- Use clear, descriptive names for inputs
- Provide helpful descriptions and default values
- Include input validation where appropriate
- Test thoroughly before submitting
Submitting Changes
- Test your blueprint in Home Assistant
- Update documentation if needed
- Create a pull request with a clear description
Reporting Issues
When reporting bugs, please include:
- Home Assistant version
- Blueprint name
- Steps to reproduce
- Expected vs actual behavior
- Relevant log entries
Questions?
Open an issue for any questions about contributing.