Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 557 Bytes

File metadata and controls

28 lines (19 loc) · 557 Bytes

Contributing

Thanks for contributing to ha-homebox.

Reporting Issues

Please use GitHub Issues and include:

  • Home Assistant version
  • Integration version
  • HomeBox version
  • Reproduction steps
  • Relevant logs from home-assistant.log

Development Notes

  • Integration code lives in custom_components/homebox.
  • Keep behavior backward compatible unless clearly documented.
  • Prefer small, focused pull requests.

Pull Requests

Please include:

  • What changed
  • Why it changed
  • How you tested it
  • Any migration or breaking-change notes