Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.netatmo.api Namespace Reference

Classes

class  AsyncConfigEntryNetatmoAuth
 

Functions

Iterable[str] get_api_scopes (str auth_implementation)
 

Detailed Description

API for Netatmo bound to HASS OAuth.

Function Documentation

◆ get_api_scopes()

Iterable[str] homeassistant.components.netatmo.api.get_api_scopes ( str  auth_implementation)
Return the Netatmo API scopes based on the auth implementation.

Definition at line 15 of file api.py.