This platform can be used to control vacuums connected to Home Assistant using custom Simple Wyze Vacuum integration created by @romedtino.
To reset a value for a given consumable press and hold a matching tile.
-
Uses IDs to clean specific rooms. Requires
predefined_selections
to be provided.Used service:
vacuum.send_command
Example configuration
map_modes: - template: vacuum_clean_segment predefined_selections: - id: Bedroom outline: [[ 214, 321 ], [ 242, 321 ], [ 241, 274 ], [ 231, 274 ]] label: text: "Bedroom" x: 229 y: 303 offset_y: 35 icon: name: "mdi:bed" x: 229 y: 303 - id: Bathroom outline: [[ 214, 272 ], [ 230, 272 ], [ 230, 256 ], [ 214, 256 ]] label: text: "Bathroom" x: 222 y: 264 offset_y: 35 icon: name: "mdi:shower" x: 222 y: 264
Example video
ROOM.mp4