mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 01:50:18 +00:00
Add new Remote Python Debugger integration (#36960)
This commit is contained in:
@@ -40,7 +40,7 @@ DATA_LOGGING = "logging"
|
||||
|
||||
LOG_SLOW_STARTUP_INTERVAL = 60
|
||||
|
||||
DEBUGGER_INTEGRATIONS = {"ptvsd"}
|
||||
DEBUGGER_INTEGRATIONS = {"debugpy", "ptvsd"}
|
||||
CORE_INTEGRATIONS = ("homeassistant", "persistent_notification")
|
||||
LOGGING_INTEGRATIONS = {
|
||||
# Set log levels
|
||||
|
||||
Reference in New Issue
Block a user