Obstacle Images in Home Assistant -> Done
Pre-releaseNote 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
- Fix fo #278 by @sca075 in #279
- Adding event "valetudo_error" by @sca075 in #280
- fix issue #282 AREA_SQUARE_METERS deprecated by @sca075 in #283
- Adding Obstacle Images by @sca075 in #287
- Fix for #288 and minor corrections by @sca075 in #289
- Obstacle Images in HA via Camera phase 2 by @sca075 in #290
- Outer Robot lines to Black by @sca075 in #292
Full Changelog: 2024.11.1...2024.12.0b1