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

Classes

class  ConfigFlowFitbitApi
 
class  FitbitApi
 
class  OAuthFitbitApi
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_EXPIRES_AT = "expires_at"
 
string CONF_REFRESH_TOKEN = "refresh_token"
 

Detailed Description

API for fitbit bound to Home Assistant OAuth.

Variable Documentation

◆ _LOGGER

homeassistant.components.fitbit.api._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file api.py.

◆ CONF_EXPIRES_AT

string homeassistant.components.fitbit.api.CONF_EXPIRES_AT = "expires_at"

Definition at line 24 of file api.py.

◆ CONF_REFRESH_TOKEN

string homeassistant.components.fitbit.api.CONF_REFRESH_TOKEN = "refresh_token"

Definition at line 23 of file api.py.