Skip to content

vlumikero/home-assistant-securitas

 
 

Repository files navigation

home-assistant-securitas

A custom component for Home Assistant for Securitas Home Alarm, for alarms bought in Sweden before 2018-12-01.

The original component was developed by @nwiborg, continued development by @vlumikero.

The platform contains:

  • Switch for arming Securitas Home Alarm in Away Mode
  • Switch for arming Home mode
  • Sensor to detect the status of the Home Alarm
  • Alarm control panel that can be used with the corresponding Lovelace card

Legal Disclaimer

This software is not affiliated with Securitas and the developers take no legal responsibility for the functionality or security of your Securitas Alarms and devices.

Installation

  • Install repository through HACS
  • OR -
  • Create a "custom_components" folder where the configuration.yaml file is located, and sub folders equivalent to the structure in this repository.

  • Update your configuration.yaml file according to the example file provided.

  • Restart home assistant

Example configuration.yaml

securitas:
    # Name for components
    name: "Home Alarm"
    # Username - your username to Securitas
    username: !secret securitas_user
    # Password - your password to Securitas
    password: !secret securitas_pw
``

About

A Home Assistant custom component for Securitas Home Alarm, for alarms bought in Sweden before 2018-12-01

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%