Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.obihai.connectivity Namespace Reference

Classes

class  ObihaiConnection
 

Functions

PyObihai get_pyobihai (str host, str username, str password)
 
PyObihai|None validate_auth (str host, str username, str password)
 

Detailed Description

Support for Obihai Connectivity.

Function Documentation

◆ get_pyobihai()

PyObihai homeassistant.components.obihai.connectivity.get_pyobihai ( str  host,
str  username,
str  password 
)
Retrieve an authenticated PyObihai.

Definition at line 10 of file connectivity.py.

◆ validate_auth()

PyObihai | None homeassistant.components.obihai.connectivity.validate_auth ( str  host,
str  username,
str  password 
)
Test if the given setting works as expected.

Definition at line 20 of file connectivity.py.