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

Classes

class  DormkabaConfigFlow
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_ASSOCIATE_SCHEMA
 

Detailed Description

Config flow for Dormakaba dKey integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file config_flow.py.

◆ STEP_ASSOCIATE_SCHEMA

homeassistant.components.dormakaba_dkey.config_flow.STEP_ASSOCIATE_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required("activation_code"): str,
4  }
5 )

Definition at line 25 of file config_flow.py.