core/homeassistant/components/debugpy/manifest.json

9 lines
236 B
JSON
Raw Normal View History

{
"domain": "debugpy",
"name": "Remote Python Debugger",
"documentation": "https://www.home-assistant.io/integrations/debugpy",
2020-08-24 08:45:44 +00:00
"requirements": ["debugpy==1.0.0rc2"],
"codeowners": ["@frenck"],
"quality_scale": "internal"
}