Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.improv_ble.config_flow Namespace Reference

Classes

class  Credentials
 
class  ImprovBLEConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_PROVISION_SCHEMA
 

Detailed Description

Config flow for Improv via BLE integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.improv_ble.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 31 of file config_flow.py.

◆ STEP_PROVISION_SCHEMA

homeassistant.components.improv_ble.config_flow.STEP_PROVISION_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required("ssid"): str,
4  vol.Optional("password"): str,
5  }
6 )

Definition at line 33 of file config_flow.py.