mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add ROCKROBO_S4 to xiaomi_miio vaccum models (#58682)
This commit is contained in:
parent
89ae88519d
commit
e38f3e447c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user