Files
core/homeassistant/components/debugpy/manifest.json
Franck Nijhof e37e7574a4 Bump debugpy to 1.8.17 (#157248)
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-25 13:34:56 +01:00

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.17"]
}