mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Ignore unsupported MeasureType-s from Withings (#55205)
This commit is contained in:
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…
x
Reference in New Issue
Block a user