Ignore unsupported MeasureType-s from Withings (#55205)
parent
7f80781f9b
commit
35ccad7904
|
@ -792,6 +792,7 @@ class DataManager:
|
|||
)
|
||||
for group in groups
|
||||
for measure in group.measures
|
||||
if measure.type in WITHINGS_MEASURE_TYPE_MAP
|
||||
}
|
||||
|
||||
async def async_get_sleep_summary(self) -> dict[MeasureType, Any]:
|
||||
|
|
Loading…
Reference in New Issue