diff --git a/source/_integrations/ptvsd.markdown b/source/_integrations/ptvsd.markdown
index 47c38940df4..cb3ae6c6305 100644
--- a/source/_integrations/ptvsd.markdown
+++ b/source/_integrations/ptvsd.markdown
@@ -9,6 +9,13 @@ ha_codeowners:
ha_domain: ptvsd
---
+
+
+The PTVSD integration has been deprecated and will be removed in Home Assistant 0.120.0.
+A full-featured replacement is available, by using the [`debugpy` integration](/integrations/debugpy).
+
+
+
The `ptvsd` integration allows you to use the Visual Studio Code PTVSD debugger with Home Assistant.
This is useful in testing changes on a local development install, or connecting to a production server to debug issues.