From 65c93f0505bede7210b168b4b86c806b01ba483a Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 4 Jul 2023 09:56:17 +0200 Subject: [PATCH] Update roomba vacuum supported features --- homeassistant/components/roomba/irobot_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/roomba/irobot_base.py b/homeassistant/components/roomba/irobot_base.py index 8ec91acf96540c..317209886bd2b6 100644 --- a/homeassistant/components/roomba/irobot_base.py +++ b/homeassistant/components/roomba/irobot_base.py @@ -39,7 +39,6 @@ | VacuumEntityFeature.SEND_COMMAND | VacuumEntityFeature.START | VacuumEntityFeature.STATE - | VacuumEntityFeature.STATUS | VacuumEntityFeature.STOP | VacuumEntityFeature.LOCATE )