mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Add docs for new switch platform for bosch alarm (#38350)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
f7f888994d
commit
17ff72faf0
@ -3,6 +3,7 @@ title: Bosch Alarm
|
|||||||
description: Integrate Bosch Alarms.
|
description: Integrate Bosch Alarms.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Alarm
|
- Alarm
|
||||||
|
- Switch
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 2025.4
|
ha_release: 2025.4
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
@ -13,6 +14,7 @@ ha_codeowners:
|
|||||||
ha_domain: bosch_alarm
|
ha_domain: bosch_alarm
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
|
- switch
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: device
|
ha_integration_type: device
|
||||||
@ -38,6 +40,7 @@ The **Bosch Alarm Panel** {% term integration %} allows you to connect your [Bos
|
|||||||
The following {% term entities %} are provided:
|
The following {% term entities %} are provided:
|
||||||
|
|
||||||
- [Alarm Control Panel](#alarm-control-panel)
|
- [Alarm Control Panel](#alarm-control-panel)
|
||||||
|
- [Switch](#switch)
|
||||||
- [Sensor](#sensor)
|
- [Sensor](#sensor)
|
||||||
|
|
||||||
### Alarm Control Panel
|
### Alarm Control Panel
|
||||||
@ -45,7 +48,13 @@ The following {% term entities %} are provided:
|
|||||||
This integration adds an Alarm Control Panel device for each configured area, with the ability to issue arm/disarm commands.
|
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.).
|
This entity reports state (_disarmed_, _armed_away_, etc.).
|
||||||
|
|
||||||
## Sensor
|
### 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, which allow for locking, securing, or momentarily unlatching the door.
|
||||||
|
|
||||||
|
### Sensor
|
||||||
|
|
||||||
A sensor is provided per area that lists how many points are currently in a faulted state.
|
A sensor is provided per area that lists how many points are currently in a faulted state.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user