Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.fitbit.const .FitbitScope
 
class  homeassistant.components.fitbit.const .FitbitUnitSystem
 

Namespaces

 homeassistant.components.fitbit.const
 

Variables

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