Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fitbit.model.FitbitConfig Class Reference

Public Member Functions

bool is_allowed_resource (self, FitbitScope|None scope, str key)
 
bool is_explicit_enable (self, str key)
 

Detailed Description

Information from the fitbit ConfigEntry data.

Definition at line 45 of file model.py.

Member Function Documentation

◆ is_allowed_resource()

bool homeassistant.components.fitbit.model.FitbitConfig.is_allowed_resource (   self,
FitbitScope | None  scope,
str  key 
)
Determine if an entity is allowed to be created.

Definition at line 58 of file model.py.

◆ is_explicit_enable()

bool homeassistant.components.fitbit.model.FitbitConfig.is_explicit_enable (   self,
str  key 
)
Determine if entity is enabled by default.

Definition at line 52 of file model.py.


The documentation for this class was generated from the following file: