2020-06-22 13:17:59 +00:00
|
|
|
{
|
|
|
|
"domain": "debugpy",
|
|
|
|
"name": "Remote Python Debugger",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/debugpy",
|
2021-05-09 16:29:28 +00:00
|
|
|
"requirements": ["debugpy==1.3.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
|
|
|
}
|