Skip to content

Commit

Permalink
Update DOCS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pergolafabio authored Aug 3, 2023
1 parent b1f7116 commit efa7965
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doorbell_beta/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ For each of your doorbells, repeat the following configuration:
| username | admin | Username to access the doorbell
| password | | Password to access the doorbell
| output_relays | | (optional) Set this option if you don't see the correct number of door switches inside HA
| caller_info | false | (optional) If you want to see the button prssed as an atribute on the call sensor, usefull for intercoms with multiple buttons.
| scenes | false | (optional) Extra Scene buttons for indoor panels

#### Example config
The following configuration setups two doorbells, named `Front door` and `Rear door`:
The following configuration setups two doorbells, named `Front door` and `Rear door` and an `Indoor` panel
```yaml
- name: "Front door"
ip: 192.168.0.1
Expand All @@ -31,11 +33,18 @@ The following configuration setups two doorbells, named `Front door` and `Rear d
ip: 192.168.0.2
username: admin
password: password
caller_info: true

- name: "Indoor"
ip: 192.168.0.3
username: admin
password: password
scenes: true

- name: "Indoor Extension"
ip: 192.168.0.4
username: admin
password: password
```
### System
Expand Down

0 comments on commit efa7965

Please sign in to comment.