PiotrMachowski / lovelace-xiaomi-vacuum-map-card

This card provides a user-friendly way to fully control map-based vacuums in Home Assistant. Supported brands include Xiaomi (Roborock/Viomi/Dreame/Roidmi/Valetudo/Valetudo RE), Neato, Wyze, Roomba, Ecovacs (and probably more).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default Zoom Level

cataseven opened this issue · comments

Description

Is it possible to set default zoom level? I would like to see the map at first all zoom out. It will also help to cropping options to fit more easily on the screen

Solution

A zoom level from 0-10

Alternatives

No response

Context

No response

It is already possible using map cropping

map_source:
  camera: camera.xiaomi_cloud_map_extractor
  crop:
    top: 10
    bottom: 20
    left: 30
    right: 40