diff --git a/source/_integrations/nello.markdown b/source/_integrations/nello.markdown
deleted file mode 100644
index d12a2266277..00000000000
--- a/source/_integrations/nello.markdown
+++ /dev/null
@@ -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).
-
-
-Be aware that if you use your main account for Home Assistant you may not be able to use it with the App.
-
-
-## 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.
diff --git a/source/_redirects b/source/_redirects
index e21f15067cf..79ab4bf00c1 100644
--- a/source/_redirects
+++ b/source/_redirects
@@ -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