Skip to content

Commit

Permalink
Updated the readme.md file. Removing the yaml example.
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrerotook authored Feb 29, 2024
1 parent fe3b18e commit 6666926
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
# securitas-direct-new-api
This repository contains the new securitas direct API that can be integrated in Home Assistant.

## Example configuration

```yaml
securitas:
username: !secret securitas_direct_username
password: !secret securitas_direct_password
code: !secret securitas_direct_code
country: ES
check_alarm_panel: false # defaultValue:True | set to false for NOT to check the alarm each time. See features.
```
## Features

- Lists all your installations and add a panel into Home Assistant.
Expand All @@ -21,6 +10,8 @@ securitas:
## Setup
![Options](./docs/images/setup.png)

This integration support config flow, so go to the list of integrations and click on add Securitas from there.

- Enter the username and password for your Securitas account.
- Use 2FA (default: yes). Uncheck this box if you want to skip the 2FA.
- Country Code. One of BR (Brasil), CL (Chile), ES (Spain), FR (France), GB (Great Britain), IE (Ireland), IT (Italy). If you are outside of those countries, try entering "default" and if that doesn't work open an issue to see if we can expand.
Expand Down

0 comments on commit 6666926

Please sign in to comment.