Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| string | DOMAIN = "recovery_mode" |
The Recovery Mode integration.
| bool homeassistant.components.recovery_mode.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Recovery Mode component.
Definition at line 13 of file __init__.py.
| homeassistant.components.recovery_mode.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 10 of file __init__.py.
| string homeassistant.components.recovery_mode.DOMAIN = "recovery_mode" |
Definition at line 8 of file __init__.py.