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

Classes

class  GoogleCloudConfigFlow
 
class  GoogleCloudOptionsFlowHandler
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 STEP_USER_DATA_SCHEMA
 
string UPLOADED_KEY_FILE = "uploaded_key_file"
 

Detailed Description

Config flow for the Google Cloud integration.

Variable Documentation

◆ _LOGGER

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

Definition at line 46 of file config_flow.py.

◆ STEP_USER_DATA_SCHEMA

homeassistant.components.google_cloud.config_flow.STEP_USER_DATA_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(UPLOADED_KEY_FILE): FileSelector(
4  FileSelectorConfig(accept=".json,application/json")
5  )
6  }
7 )

Definition at line 50 of file config_flow.py.

◆ UPLOADED_KEY_FILE

string homeassistant.components.google_cloud.config_flow.UPLOADED_KEY_FILE = "uploaded_key_file"

Definition at line 48 of file config_flow.py.