Add ROCKROBO_S4 to xiaomi_miio vaccum models (#58682)

This commit is contained in:
Kevin Hellemun 2021-10-31 15:36:37 +01:00 committed by GitHub
parent 89ae88519d
commit e38f3e447c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,9 +197,11 @@ MODELS_LIGHT = (
)
# TODO: use const from pythonmiio once new release with the constant has been published. # pylint: disable=fixme
ROCKROBO_S4 = "roborock.vacuum.s4"
ROCKROBO_S5_MAX = "roborock.vacuum.s5e"
MODELS_VACUUM = [
ROCKROBO_V1,
ROCKROBO_S4,
ROCKROBO_S5,
ROCKROBO_S5_MAX,
ROCKROBO_S6,