1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 14:25:31 +00:00
Files
core/homeassistant/components/debugpy/manifest.json
2020-07-07 09:31:33 -05:00

9 lines
236 B
JSON

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