mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
🐛 fix picture glance card's camera_view option in editor (#4495)
This commit is contained in:
parent
4966354b62
commit
7025592e8e
@ -79,7 +79,7 @@ export class HuiPictureGlanceCardEditor extends LitElement
|
||||
}
|
||||
|
||||
get _camera_view(): string {
|
||||
return this._config!.camera_view || this._camera_image ? "auto" : "";
|
||||
return this._config!.camera_view || "auto";
|
||||
}
|
||||
|
||||
get _state_image(): {} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user