1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-17 03:23:26 +01:00
Files
core/homeassistant/components/debugpy/manifest.json
T
2020-10-28 10:49:58 +01:00

9 lines
233 B
JSON

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