core/homeassistant/components/debugpy/manifest.json

11 lines
295 B
JSON

{
"domain": "debugpy",
"name": "Remote Python Debugger",
"documentation": "https://www.home-assistant.io/integrations/debugpy",
"requirements": ["debugpy==1.6.4"],
"codeowners": ["@frenck"],
"quality_scale": "internal",
"iot_class": "local_push",
"integration_type": "service"
}