Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.6 KB

romedtinoSimpleWyze.md

File metadata and controls

58 lines (44 loc) · 1.6 KB

Simple Wyze Vacuum

Integration's documentation

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.

Available templates

  • Room cleaning (vacuum_clean_segment)

    Uses IDs to clean specific rooms. Requires predefined_selections to be provided.

    Configuration generator

    Getting coordinates

    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