I would like to be able to see that there is an error in my online_image:.
This is my code so-far:
image:
- file: mdi:alert-outline
id: alert
resize: 80x80
http_request:
verify_ssl: false
online_image:
- url: http://hass_ip:8123/local/myImage.png
format: png
id: lpg_level
resize: 80x80
type: RGB565
update_interval: 60s
on_download_finished:
component.update: tft_display
on_error:
#How do I re-set the id: lpg_level to point to ...
#... image: instead of online_image?
component.update: tft_display
Regards, Martin