Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.recovery_mode Namespace Reference

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
string DOMAIN = "recovery_mode"
 

Detailed Description

The Recovery Mode integration.

Function Documentation

◆ async_setup()

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.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.recovery_mode.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 10 of file __init__.py.

◆ DOMAIN

string homeassistant.components.recovery_mode.DOMAIN = "recovery_mode"

Definition at line 8 of file __init__.py.