forked from home-assistant/core
Ignore unsupported MeasureType-s from Withings (#55205)
This commit is contained in:
@@ -792,6 +792,7 @@ class DataManager:
|
|||||||
)
|
)
|
||||||
for group in groups
|
for group in groups
|
||||||
for measure in group.measures
|
for measure in group.measures
|
||||||
|
if measure.type in WITHINGS_MEASURE_TYPE_MAP
|
||||||
}
|
}
|
||||||
|
|
||||||
async def async_get_sleep_summary(self) -> dict[MeasureType, Any]:
|
async def async_get_sleep_summary(self) -> dict[MeasureType, Any]:
|
||||||
|
Reference in New Issue
Block a user