Skip to content

IvicaArsov/sector

 
 

Repository files navigation

Sector Alarm

HACS Repo size Latest release Downloads Stars Issues or Pull Requests License

Made for Home Assistant

Discord

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:

Add integrations

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
  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 release files from custom_components/sector 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 channel.

Maintainers

Previous maintainers

Big thanks to:

About

Integration to Sector Alarm for Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.9%
  • Shell 0.1%