Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nightscout.config_flow.InputValidationError
 
class  homeassistant.components.nightscout.config_flow.NightscoutConfigFlow
 

Namespaces

 homeassistant.components.nightscout.config_flow
 

Functions

dict[str, str] homeassistant.components.nightscout.config_flow._validate_input (dict[str, Any] data)
 

Variables

 homeassistant.components.nightscout.config_flow._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.nightscout.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_URL): str, vol.Optional(CONF_API_KEY): str})