1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/debugpy/manifest.json
2023-04-12 20:43:26 -04:00

11 lines
295 B
JSON

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