Conversation
|
Hi @mabry1985, thank you for your interest in protoMaker! 🙏 We don't accept code contributions via pull requests. protoMaker uses an ideas-only contribution model — all implementation is handled by AI agents to maintain architectural consistency and code quality standards. What you can do instead:
You're welcome to fork the repository and use your changes privately — that's what MIT is for. We just can't merge external code back in. See CONTRIBUTING.md for the full explanation. Closing this PR automatically. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds comprehensive Home Assistant integration documentation and configuration templates enabling users to stream sensor readings to the homeMaker dashboard through automated registration and state-change reporting via HTTP POST requests. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
Summary
Create documentation and a template Home Assistant automation YAML for bridging HA sensor data into homeMaker's sensor registry.
The integration pattern:
Home Assistant POSTs sensor readings to homeMaker's existing sensor report endpoint. No code changes needed on the homeMaker side — the sensor registry already accepts arbitrary data payloads via POST to the sensors/report endpoint.
Documentation at docs/integrations/home-assistant.md:
Recovered automatically by Automaker post-agent hook
Summary by CodeRabbit