Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Jan 2, 2021
1 parent a2129fb commit 28b3c78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions custom_components/sector/const.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""SECTOR ALARM INTEGRATION CONSTANTS FOR HOME ASSISTANT"""
DOMAIN = "sector"
DEPENDENCIES = ["sector"]

Expand Down
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge&cacheSeconds=3600)](https://github.com/custom-components/hacs)
[![size_badge](https://img.shields.io/github/repo-size/gjohansson-ST/sector?style=for-the-badge&cacheSeconds=3600)](https://github.com/gjohansson-ST/sector)
[![version_badge](https://img.shields.io/github/v/release/gjohansson-ST/sector?label=Latest%20release&style=for-the-badge&cacheSeconds=3600)](https://github.com/gjohansson-ST/sector/releases/latest)
[![download_badge](https://img.shields.io/github/downloads/gjohansson-ST/sector/total?style=for-the-badge&cacheSeconds=3600)](https://github.com/gjohansson-ST/sector/releases/latest)


# Integratation to Sector Alarm
Expand All @@ -13,18 +14,18 @@

**Date created:** 2020-04-29

**Last update:** 2020-12-29
**Last update:** 2021-01-02

---

Integrates with Swedish Sector Alarm home alarm system (most likely works in all countries serviced by Sector Alarm).
Currently supporting alarm, door lock and temperature sensors

**From version v.0.2.0 this integration supports config_flow, see details below for installation and activation details!**
**From version v.0.3.0 this integration only supports config_flow using integration page, any yaml in config.yaml should be removed**

## Installation

### Option 1
### Option 1 (preferred)

Use [HACS](https://hacs.xyz/) to install

Expand All @@ -47,6 +48,6 @@ No restart needed
### Options

After activating the integration there is an option to adjust the frequence off polling.
Any value below 60 seconds will most likely get your account locked
Any value below 60 seconds will most likely get your account locked so take care setting value lower!

### Option to use yaml to configure the integration has from version 0.3 been depreciated!

0 comments on commit 28b3c78

Please sign in to comment.