Merged
Conversation
- Resolve merge conflict in docs/integrations/home-assistant.md, keeping the comprehensive HEAD version with step-by-step setup guide, sensor ID naming convention, API reference table, and troubleshooting section - Resolve merge conflicts in sensor types, event registry, and sensor-registry-service (accepting time-series persistence additions from origin/dev: history query, aggregation, cleanup, command queue) - Template files ha-sensor-bridge.yaml and ha-register-sensors.yaml already created by prior agent runs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
Created automatically by Automaker