Skip to content

Commit 2acfb70

Browse files
pschmittemlove
authored andcommitted
Nello.io intercom documentation (home-assistant#3173)
1 parent d83b33d commit 2acfb70

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: page
3+
title: "Nello Lock"
4+
description: "Instructions on how to integrate Nello intercom devices."
5+
date: 2017-08-13 17:25
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: nello.png
11+
ha_category: Lock
12+
featured: false
13+
14+
ha_release: 0.52
15+
ha_iot_class: "Cloud Polling"
16+
---
17+
18+
The `nello` platform allows you to control [Nello](https://nello.io) intercoms.
19+
To get started you need to create a secondary Nello account and authorize it to access your lock(s).
20+
21+
<p class="note warning">
22+
Be aware that if you use your main account for Home Assistant you may not be able to use it with the App.
23+
</p>
24+
25+
## {% linkable_title Configuration %}
26+
27+
```yaml
28+
# Example configuration.yaml entry
29+
lock:
30+
- platform: nello
31+
username: mail@example.com
32+
password: mySecretPassword
33+
```
34+
35+
Configuration variables:
36+
37+
- **username** (*Required*): The username of your Nello account.
38+
- **password** (*Required*): The password of your Nello account.
39+
40+
## {% linkable_title Events %}
41+
42+
### {% linkable_title Event `nello_bell_ring` %}
43+
44+
Every time someone rings the bell, a `nello_bell_ring` event will be fired.
45+
46+
Field | Description
47+
----- | -----------
48+
`address` | Postal address of the lock.
49+
`date` | Date when the event occured.
50+
`description` | Human readable string describing the event.
51+
`location_id` | Nello ID of the location where the bell has been rung.
52+
`short_id` | Shorter Nello ID.
8.28 KB
Loading

0 commit comments

Comments
 (0)