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

Classes

class  SleepIQFlowHandler
 

Functions

str|None try_connection (HomeAssistant hass, dict[str, Any] user_input)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Config flow to configure SleepIQ component.

Function Documentation

◆ try_connection()

str | None homeassistant.components.sleepiq.config_flow.try_connection ( HomeAssistant  hass,
dict[str, Any]  user_input 
)
Test if the given credentials can successfully login to SleepIQ.

Definition at line 112 of file config_flow.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file config_flow.py.