2020-06-22 13:17:59 +00:00
|
|
|
{
|
|
|
|
"domain": "debugpy",
|
|
|
|
"name": "Remote Python Debugger",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/debugpy",
|
2021-10-05 09:12:35 +00:00
|
|
|
"requirements": ["debugpy==1.5.0"],
|
2020-06-22 13:17:59 +00:00
|
|
|
"codeowners": ["@frenck"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "internal",
|
|
|
|
"iot_class": "local_push"
|
2020-06-22 13:17:59 +00:00
|
|
|
}
|