Skip to content

Add docs for new switch platform for bosch alarm #38350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/_integrations/bosch_alarm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Bosch Alarm
description: Integrate Bosch Alarms.
ha_category:
- Alarm
- Switch
- Sensor
ha_release: 2025.4
ha_iot_class: Local Push
Expand All @@ -13,6 +14,7 @@ ha_codeowners:
ha_domain: bosch_alarm
ha_platforms:
- alarm_control_panel
- switch
- sensor
ha_integration_type: integration
---
Expand All @@ -36,12 +38,19 @@ The **Bosch Alarm Panel** {% term integration %} allows you to connect your [Bos
The following {% term entities %} are provided:

- [Alarm Control Panel](#alarm-control-panel)
- [Switch](#switch)
- [Sensor](#sensor)

### Alarm Control Panel

This integration adds an Alarm Control Panel device for each configured area, with the ability to issue arm/disarm commands.
This entity reports state (_disarmed_, _armed_away_, etc.).

## Switch

A switch is added for each output configured on the panel. Note that for some panels, only outputs with the type set to **remote output** can be controlled via _Mode 2_ API.

Three switches are added per door, that allow for locking, securing or cycling the door.

## Sensor

Expand Down