Deprecate ptvsd integration (#15395)

This commit is contained in:
Franck Nijhof 2020-11-08 14:28:25 +01:00 committed by GitHub
parent ec9817df20
commit a3fabeba94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,13 @@ ha_codeowners:
ha_domain: ptvsd
---
<div class="note warning">
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).
</div>
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.