@dinth wrote:
Im trying to set up HA to download a PNG image, process it by cropping and use the cropped version within UI.
Ive done this package:camera: - platform: generic name: 'Thinkbroadband monitor uncropped' still_image_url: !secret thinkbroadband_url - platform: proxy name: 'Thinkbroadband monitor' entity_id: camera.thinkbroadband_monitor_uncropped mode: crop image_top: 85 image_left: 85 max_image_width: 628 max_image_height: 208
Unfortunately it doesnt work - the image doesnt get cropped and both camera.thinkbroadband_monitor_uncropped and camera.thinkbroadband_monitor entities contain same image.
What am i doing wrong here?
Posts: 1
Participants: 1