core/homeassistant/components/debugpy/manifest.json

10 lines
262 B
JSON
Raw Normal View History

{
"domain": "debugpy",
"name": "Remote Python Debugger",
"documentation": "https://www.home-assistant.io/integrations/debugpy",
2021-05-09 16:29:28 +00:00
"requirements": ["debugpy==1.3.0"],
"codeowners": ["@frenck"],
"quality_scale": "internal",
"iot_class": "local_push"
}