Nello Removal (#19823)

This commit is contained in:
Sören 2021-10-22 21:40:51 +02:00 committed by GitHub
parent c2e5189927
commit ce294a6ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 60 deletions

View File

@ -1,58 +0,0 @@
---
title: Nello
description: Instructions on how to integrate Nello intercom devices.
ha_category:
- Lock
ha_release: 0.52
ha_iot_class: Cloud Polling
ha_codeowners:
- '@pschmitt'
ha_domain: nello
ha_platforms:
- lock
---
The `nello` platform allows you to control [Nello](https://www.nello.io) intercoms.
To get started you need to create a secondary Nello account and authorize it to access your lock(s).
<div class="note warning">
Be aware that if you use your main account for Home Assistant you may not be able to use it with the App.
</div>
## Configuration
To add your Nello locks to your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
lock:
- platform: nello
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}
username:
description: The username of your Nello account.
required: true
type: string
password:
description: The password of your Nello account.
required: true
type: string
{% endconfiguration %}
## Events
### Event `nello_bell_ring`
Every time someone rings the bell, a `nello_bell_ring` event will be fired.
Field | Description
----- | -----------
`address` | Postal address of the lock.
`date` | Date when the event occurred.
`description` | Human readable string describing the event.
`location_id` | Nello ID of the location where the bell has been rung.
`short_id` | Shorter Nello ID.

View File

@ -477,7 +477,6 @@
/components/lock.homematic /integrations/homematic
/components/lock.isy994 /integrations/isy994
/components/lock.kiwi /integrations/kiwi
/components/lock.nello /integrations/nello
/components/lock.nuki /integrations/nuki
/components/lock.sesame /integrations/sesame
/components/lock.smartthings /integrations/smartthings#lock
@ -1578,7 +1577,6 @@
/components/nanoleaf /integrations/nanoleaf
/components/neato /integrations/neato
/components/nederlandse_spoorwegen /integrations/nederlandse_spoorwegen
/components/nello /integrations/nello
/components/ness_alarm /integrations/ness_alarm
/components/nest /integrations/nest
/components/netatmo /integrations/netatmo
@ -2325,3 +2323,6 @@
/components/lyft /more-info/removed-integration 301
/components/sensor.lyft /more-info/removed-integration 301
/integrations/lyft /more-info/removed-integration 301
/components/lock.nello /more-info/removed-integration 301
/components/nello /more-info/removed-integration 301
/integrations/nello /more-info/removed-integration 301