Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.onkyo.config_flow.OnkyoConfigFlow
 
class  homeassistant.components.onkyo.config_flow.OnkyoOptionsFlowHandler
 

Namespaces

 homeassistant.components.onkyo.config_flow
 

Variables

 homeassistant.components.onkyo.config_flow._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.onkyo.config_flow.CONF_DEVICE = "device"
 
list homeassistant.components.onkyo.config_flow.INPUT_SOURCES_ALL_MEANINGS
 
 homeassistant.components.onkyo.config_flow.STEP_CONFIGURE_SCHEMA
 
 homeassistant.components.onkyo.config_flow.STEP_MANUAL_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str})