Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.withings.WithingsData Class Reference

Public Member Functions

None __post_init__ (self)
 

Public Attributes

 coordinators
 

Static Public Attributes

 default_factory
 

Detailed Description

Dataclass to hold withings domain data.

Definition at line 67 of file __init__.py.

Member Function Documentation

◆ __post_init__()

None homeassistant.components.withings.WithingsData.__post_init__ (   self)
Collect all coordinators in a set.

Definition at line 80 of file __init__.py.

Member Data Documentation

◆ coordinators

homeassistant.components.withings.WithingsData.coordinators

Definition at line 82 of file __init__.py.

◆ default_factory

homeassistant.components.withings.WithingsData.default_factory
static

Definition at line 78 of file __init__.py.


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