Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.picnic.config_flow.PicnicHub Class Reference

Static Public Member Functions

tuple[str, dict] authenticate (username, password, country_code)
 

Detailed Description

Hub class to test user authentication.

Definition at line 39 of file config_flow.py.

Member Function Documentation

◆ authenticate()

tuple[str, dict] homeassistant.components.picnic.config_flow.PicnicHub.authenticate (   username,
  password,
  country_code 
)
static
Hub class to test user authentication.
Test if we can authenticate with the Picnic API.

Definition at line 43 of file config_flow.py.


The documentation for this class was generated from the following file: