Skip to content

Obstacle Images in Home Assistant -> Done

Pre-release
Pre-release
Compare
Choose a tag to compare
@sca075 sca075 released this 01 Dec 19:56
· 38 commits to main since this release
a59996c

Note this is a Beta Release.

It is now possible, and this is also the purpose of this beta, to view the obstacles directly from the card with a simple addition of yaml code. At the end of the already defined map_modes this pointer enable you to click on the "red dot" indicating the obstacle the vacuum detect from the vacuum map. The integration will download and render the image from the vacuum. To go back to the map view please click back with this Obstacle View anywhere on the image of the Obstacle.

map_modes:
  ....
  - name: Obstacles View
    icon: mdi:map-marker
    run_immediately: false
    coordinates_rounding: true
    coordinates_to_meters_divider: 100
    selection_type: MANUAL_POINT
    max_selections: 999
    repeats_type: NONE
    max_repeats: 1
    service_call_schema:
      service: mqtt_vacuum_camera.obstacle_view
      service_data:
        coordinates_x: "[[point_x]]"
        coordinates_y: "[[point_y]]"
      target:
        entity_id: camera.valetudo_v1_silenttepidstinkbug_camera
      variables: {}

This new functionality download one file per time, using threading. Please report Issues (hopefully all works as tested) as soon it happens. Thanks again for testing this integration and giving feedback.

Thanks @carefullcomputer for #281 and @borgqueenx for #286

What's Changed

Full Changelog: 2024.11.1...2024.12.0b1