1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/debugpy/manifest.json
2020-11-21 11:37:41 +01:00

9 lines
233 B
JSON

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