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

Variables

 Final
 
string OAUTH2_AUTHORIZE = "https://www.fitbit.com/oauth2/authorize"
 
string OAUTH2_TOKEN = "https://api.fitbit.com/oauth2/token"
 
list OAUTH_SCOPES = [scope.value for scope in FitbitScope]
 

Detailed Description

Constants for the Fitbit platform.

Variable Documentation

◆ Final

homeassistant.components.fitbit.const.Final

Definition at line 10 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.fitbit.const.OAUTH2_AUTHORIZE = "https://www.fitbit.com/oauth2/authorize"

Definition at line 86 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.fitbit.const.OAUTH2_TOKEN = "https://api.fitbit.com/oauth2/token"

Definition at line 87 of file const.py.

◆ OAUTH_SCOPES

list homeassistant.components.fitbit.const.OAUTH_SCOPES = [scope.value for scope in FitbitScope]

Definition at line 88 of file const.py.