Add ROCKROBO_S4 to xiaomi_miio vaccum models (#58682)

pull/58977/head
Kevin Hellemun 2021-10-31 15:36:37 +01:00 committed by Paulus Schoutsen
parent 8c2af76a51
commit b6d2a7a562
1 changed files with 2 additions and 0 deletions

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,