You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
hui-image didn't handled exception when fetch camera image failure. Ideally,
For example, if I turn off my Nest Cam, the hui-image will log following error message in console
And on the UI the card will collapse to just one row. The top card is the Nest Cam turned off, the bottom one is in normal state (masked most of the image).
Ideally, I want to hui-image can handle this exception and fallback to image, so that I can point it to a gray place holder, says camera is off.
We need to include a broken image. Preferably we keep the width and height of the previous image if available but render it with grey background and broken icon in the middle.
Release 0.73.0
hui-image
didn't handled exception when fetch camera image failure. Ideally,For example, if I turn off my Nest Cam, the hui-image will log following error message in console
And on the UI the card will collapse to just one row. The top card is the Nest Cam turned off, the bottom one is in normal state (masked most of the image).
Ideally, I want to
hui-image
can handle this exception and fallback to image, so that I can point it to a gray place holder, says camera is off.home-assistant/core#15051 is loosely depends on this.
The text was updated successfully, but these errors were encountered: