bosch_camera_audio_detection_get
Get the glass-break and smoke/fire-alarm sound detection configuration from a compatible Gen2 Bosch camera. Returns whether each detection type is enabled.
Instructions
Get the glass-break + smoke/fire-alarm sound detection config for one Gen2 camera.
Only available on Gen2 Audio-Plus cameras (featureSupport.sound=true).
Raises hardware_unsupported for Gen1 cameras. Ported from HA
integration v14.2.0 (BoschGlassBreakDetectionSwitch / BoschFireAlarmDetectionSwitch).
Returns {glass_break, fire_alarm} (Bosch API fields detectGlassBreak /
detectFireAlarm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fire_alarm | No | Whether smoke/fire-alarm sound detection is enabled (Bosch API field 'detectFireAlarm') | |
| glass_break | No | Whether glass-break sound detection is enabled (Bosch API field 'detectGlassBreak') |