Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_START = "start" |
| string | CONF_WAIT = "wait" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "debugpy" |
| string | SERVICE_START = "start" |
The Remote Python Debugger integration.
| bool homeassistant.components.debugpy.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Remote Python Debugger component.
Definition at line 40 of file __init__.py.
|
private |
Definition at line 37 of file __init__.py.
| string homeassistant.components.debugpy.CONF_START = "start" |
Definition at line 19 of file __init__.py.
| string homeassistant.components.debugpy.CONF_WAIT = "wait" |
Definition at line 20 of file __init__.py.
| homeassistant.components.debugpy.CONFIG_SCHEMA |
Definition at line 23 of file __init__.py.
| string homeassistant.components.debugpy.DOMAIN = "debugpy" |
Definition at line 18 of file __init__.py.
| string homeassistant.components.debugpy.SERVICE_START = "start" |
Definition at line 21 of file __init__.py.