You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 new tools: bosch_camera_audio_detection_get / bosch_camera_audio_detection_set — glass-break and smoke/fire-alarm sound detection for Gen2 Audio-Plus cameras (GET/PUT /v11/video_inputs/{id}/audioDetectionConfig). Gated on featureSupport.sound; raises hardware_unsupported on Gen1 cameras. Read-modify-write on the setter — both detectGlassBreak and detectFireAlarm are always sent together on write, since Bosch's API silently resets whichever field is omitted. Cross-ported from HA integration v14.2.0 (BoschGlassBreakDetectionSwitch / BoschFireAlarmDetectionSwitch). 34 tools total.
Fixed
Release workflow (--generate-notes) hardening — fixed a crash and an awk shell-injection risk in the tag-triggered release workflow, and replaced a silent changelog-lookup fallback with an explicit failure so a missing changelog entry is caught instead of shipping an empty release body.
Internal
Trimmed padding/duplication in docs/architecture.md and corrected stale release-process notes.