1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-28 03:06:30 +01:00
Files
core/homeassistant/components/debugpy/manifest.json
T
2021-08-09 20:56:19 -07:00

10 lines
262 B
JSON

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