https://github.com/gjohansson-st/sector
Integration to Sector Alarm for Home Assistant
https://github.com/gjohansson-st/sector
alarm alarm-control alarm-control-panel lock sector sector-alarm temperature-sensor
Last synced: 4 months ago
JSON representation
Integration to Sector Alarm for Home Assistant
- Host: GitHub
- URL: https://github.com/gjohansson-st/sector
- Owner: gjohansson-ST
- License: mit
- Created: 2020-05-06T20:38:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T23:08:29.000Z (5 months ago)
- Last Synced: 2026-02-13T07:53:03.980Z (5 months ago)
- Topics: alarm, alarm-control, alarm-control-panel, lock, sector, sector-alarm, temperature-sensor
- Language: Python
- Size: 808 KB
- Stars: 47
- Watchers: 6
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://www.sectoralarm.se/)
[](https://github.com/hacs/integration)
[](https://github.com/gjohansson-ST/sector)
[](https://github.com/gjohansson-ST/sector/releases/latest)
[](https://github.com/gjohansson-ST/sector/releases/latest)



[](https://github.com/home-assistant)
[](https://discord.gg/EG7cWFQMGW)
# Sector Alarm integration for Home Assistant
This integration connects Home Assistant with the Sector Alarm system allowing monitoring and control directly from Home Assistant (officially supported in Sweden and expected to work in other regions).
## Supported features ##
- ✅ Alarm control
- ✅ Door lock
- ✅ Smart Plugs
- ✅ Temperature sensors
- ✅ Humidity sensors
- ✅ Various binary sensors
## Important notes ##
On alarm installations which are not wired, make sure you take the binary sensor `Online` into account to ensure the alarm state is a trusted state. The entity for alarm panel can only be armed/disarmed on alarms which are online.
## Installation ##
**Minimum Required Home Assistant version:** 2026.1.0
### Option 1: HACS (recommended)
Click the button below to add the repository to HACS:
[](https://my.home-assistant.io/redirect/config_flow_start?domain=sector)
After installation:
1. Restart Home Assistant
2. Go to **Settings → Integrations**
3. Click **Add Integration**
4. Search for **Sector Alarm**
5. Follow the on-screen setup instructions
### Option 2: Manual ###
1. Download the [latest release](https://github.com/gjohansson-ST/sector/releases/latest)
2. In your Home Assistant configuration directory, create folder `custom_components` if it doesn’t already exist
3. Inside `custom_components`, create a folder named `sector`
4. Copy all files from `custom_components/sector` in the release into `homeassistant/custom_components/sector`.
5. Restart Home Assistant
The file structure should look like below when completed:
```
homeassistant/
└── custom_components/
└── sector/
├── __init__.py
├── ...
```
## Configuration options ##
| Configuration | Required | Description |
|----------------------| -------- | ----------------------------- |
| Username | **Yes** | Sets the e-mail user address for your Sector alarm account.|
| Password | **Yes** | Sets the password for your Sector alarm account.|
| Ignore ”Quick Arming”| No | *Default: false*
Ignore the "Quick Arming" Sector alarm setting and always require PIN-code when arming.|
## Contributing & Support ##
This integration is actively maintained, and help and ideas are always welcome.
If you encounter any issues, bugs, or unexpected behavior, please don’t hesitate to open an issue on GitHub, or make a post in the [discord](https://discord.gg/EG7cWFQMGW) channel.
## Maintainers
- [OathMeadow](https://github.com/OathMeadow)
- [gjohansson-ST](https://github.com/gjohansson-ST)
### Previous maintainers
Big thanks to:
- [garnser](https://github.com/garnser)