Skip to content

Home Assistant sensor bridge#30

Closed
mabry1985 wants to merge 1 commit intodevfrom
feature/home-assistant-sensor-bridge
Closed

Home Assistant sensor bridge#30
mabry1985 wants to merge 1 commit intodevfrom
feature/home-assistant-sensor-bridge

Conversation

@mabry1985
Copy link

@mabry1985 mabry1985 commented Mar 15, 2026

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:

  • Overview: HA sends sensor data to homeMaker, ho...

Recovered automatically by Automaker post-agent hook

Summary by CodeRabbit

  • Documentation
    • Added comprehensive Home Assistant integration guide with setup instructions, API reference, and troubleshooting
    • Included Home Assistant package templates for sensor registration and streaming sensor readings to homeMaker dashboard

@github-actions
Copy link

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:

  • 💡 Submit your idea using the Idea Submission template — if accepted, our AI agents will implement it
  • 🐛 Report a bug using the Bug Report template
  • Join the discussion on Discord (invite link TBA) to share feedback

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.

@github-actions github-actions bot closed this Mar 15, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 15, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fdce3bdd-d92d-4f37-af74-c004f88f61c9

📥 Commits

Reviewing files that changed from the base of the PR and between e443a67 and 189040a.

📒 Files selected for processing (3)
  • docs/integrations/home-assistant.md
  • docs/integrations/templates/ha-register-sensors.yaml
  • docs/integrations/templates/ha-sensor-bridge.yaml

📝 Walkthrough

Walkthrough

Adds 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

Cohort / File(s) Summary
Home Assistant Integration Documentation
docs/integrations/home-assistant.md, docs/integrations/templates/ha-register-sensors.yaml, docs/integrations/templates/ha-sensor-bridge.yaml
Introduces complete HA integration documentation with prerequisite details, sensor naming conventions (ha:{entity_id}), API references for register and report endpoints, sample payloads, and troubleshooting guidance. Provides two YAML package templates: one for automated sensor registration on HA startup via REST API, and one for bridging real-time sensor state changes to the homeMaker API with Bearer authentication and configurable SSL verification.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 With whiskers twitching and excitement bright,
A rabbit dances at integrations delight!
Home Assistant sensors now stream with cheer,
To homeMaker dashboards, crystal clear.
hop hop hop — the bridge is built just right! 🏡✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/home-assistant-sensor-bridge
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant