diff --git a/custom_components/weback/__init__.py b/custom_components/weback/__init__.py index abba7bd..9e85683 100644 --- a/custom_components/weback/__init__.py +++ b/custom_components/weback/__init__.py @@ -31,7 +31,7 @@ WEBACK_DEVICES = "weback_devices" -SUPPORTED_DEVICES = ["_CLEAN_ROBOT"] +SUPPORTED_DEVICES = ["_CLEAN_ROBOT", "_CLEAN_ROBOT_VSLAM_YW"] def setup(hass, config):