From a3fabeba94d5117a155132b8c360c244716b0d50 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 8 Nov 2020 14:28:25 +0100 Subject: [PATCH] Deprecate ptvsd integration (#15395) --- source/_integrations/ptvsd.markdown | 7 +++++++ 1 file changed, 7 insertions(+) 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.