1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/debugpy/manifest.json
2023-09-13 11:59:35 -05:00

11 lines
295 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.0"]
}