This PR home-assistant/core#167395 is adding an is supported check based on wash n fill doc for STRAINER_WORK_TIME and CLEANING_BRUSH_WORK_TIME.
We need to
(1) Push that check behind the ConsumableField API:https://github.com/allenporter/python-roborock/blob/5dd1363220bafb0da04dcb1c2f3c601491daf311/roborock/data/v1/v1_containers.py#L626
(2) Update callers in home assistant to use ConsumableField checks to determine what is supported
This PR home-assistant/core#167395 is adding an
is supportedcheck based on wash n fill doc forSTRAINER_WORK_TIMEandCLEANING_BRUSH_WORK_TIME.We need to
(1) Push that check behind the ConsumableField API:https://github.com/allenporter/python-roborock/blob/5dd1363220bafb0da04dcb1c2f3c601491daf311/roborock/data/v1/v1_containers.py#L626
(2) Update callers in home assistant to use ConsumableField checks to determine what is supported