opencode/decisions.yaml

This commit is contained in:
Home Assistant Version Control
2026-08-07 02:16:36 +00:00
parent 6fdd8f6ed4
commit 9aaaf70425
+14
View File
@@ -73,3 +73,17 @@ notes:
- octoprint
- mqtt
status: active
- id: 2026-08-06-octomqtt-still-enabled-for-future
date: 2026-08-06
title: OctoMQTT still enabled for future automations
decision: OctoMQTT plugin remains enabled on the OctoPrint side and keeps publishing to
octoPrint/event/... topics. The current print-start automation uses the
input_boolean helper, but this MQTT stream stays available for future, more complex
automations (print progress, job done, errors, etc.).
rationale: The helper-based automation only covers start/end. Keeping OctoMQTT running
preserves richer OctoPrint events for later automation without reconfiguring the
printer. No conflict with the helper automation — they are complementary.
integrations:
- octoprint
- mqtt
status: active