Classes | |
| class | ObihaiConnection |
Functions | |
| PyObihai | get_pyobihai (str host, str username, str password) |
| PyObihai|None | validate_auth (str host, str username, str password) |
Support for Obihai Connectivity.
| 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.
| 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.