core/homeassistant/components/debugpy/manifest.json

11 lines
295 B
JSON
Raw Normal View History

{
"domain": "debugpy",
"name": "Remote Python Debugger",
"codeowners": ["@frenck"],
2023-02-08 19:16:39 +00:00
"documentation": "https://www.home-assistant.io/integrations/debugpy",
"integration_type": "service",
"iot_class": "local_push",
2023-02-08 19:16:39 +00:00
"quality_scale": "internal",
2023-04-13 00:43:26 +00:00
"requirements": ["debugpy==1.6.7"]
}