mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
10 lines
262 B
JSON
10 lines
262 B
JSON
{
|
|
"domain": "debugpy",
|
|
"name": "Remote Python Debugger",
|
|
"documentation": "https://www.home-assistant.io/integrations/debugpy",
|
|
"requirements": ["debugpy==1.5.1"],
|
|
"codeowners": ["@frenck"],
|
|
"quality_scale": "internal",
|
|
"iot_class": "local_push"
|
|
}
|