diff --git a/custom_components/sector/const.py b/custom_components/sector/const.py index 068538d..df33913 100644 --- a/custom_components/sector/const.py +++ b/custom_components/sector/const.py @@ -1,3 +1,4 @@ +"""SECTOR ALARM INTEGRATION CONSTANTS FOR HOME ASSISTANT""" DOMAIN = "sector" DEPENDENCIES = ["sector"] diff --git a/readme.md b/readme.md index 487c703..918fd7e 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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 @@ -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!