Hi everyone,
I’m sharing a custom blueprint that creates full two-way synchronization between Alarmo and the Bosch Smart Home alarm system in Home Assistant.
This blueprint ensures that when you arm or disarm from either the Bosch system or Alarmo, the other one mirrors the state—including synchronized arming countdowns (exit delays) and final alarm modes.
Features
Two-way sync between Alarmo and Bosch alarm panels
Exit delay starts in sync on both systems
State-aware logic: avoids redundant commands or infinite loops
Syncs the following states:
disarmed
arming
armed_home
armed_away
armed_night
Requirements
- Alarmo installed and configured in Home Assistant
- Bosch Smart Home Controller with the extended integration:
The official Bosch SHC integration in Home Assistant does not include alarm support (no
alarm_control_panel
).
You must install the custom extended integration by @tschamm:
Please refer to their repository for setup and support related to Bosch SHC features.
How to Use
- Make sure both Alarmo and the
boschshc-hass
integration are installed and working. - Import the blueprint using the link below.
- Create a new automation from the blueprint and select:
- Your Alarmo entity (e.g.,
alarm_control_panel.alarmo
) - Your Bosch alarm panel (e.g.,
alarm_control_panel.intrusion_detection_system
)
- Ensure both Alarmo and Bosch are using the same exit delay time.
Import Blueprint
Support & Contributions
- For Bosch alarm support, visit the boschshc-hass repository
- For issues or improvements related to this blueprint, feel free to open an issue or PR on the GitHub repo
I created this blueprint because I wanted Bosch and Alarmo to work seamlessly together within Home Assistant. Now both systems stay fully synchronized, whether you’re using the Bosch app, an automation, or the Alarmo interface. Hope this helps others with the same setup!