mirror of
https://github.com/home-assistant/core.git
synced 2026-07-04 05:05:38 +01:00
c164652d03
Co-authored-by: Erwin Douna <e.douna@gmail.com>
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"domain": "debugpy",
|
|
"name": "Remote Python Debugger",
|
|
"codeowners": ["@frenck"],
|
|
"documentation": "https://www.home-assistant.io/integrations/debugpy",
|
|
"integration_type": "service",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": ["debugpy==1.8.21"]
|
|
}
|