From effc9467c22f7b2b5f0288a09ab64ac4fc95f919 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 31 Oct 2022 15:40:26 +0100 Subject: [PATCH] Entity picture option was not in the right section (#14243) --- .../editor/config-elements/hui-tile-card-editor.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts b/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts index e79ff9c27a..d5a4b84f43 100644 --- a/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts +++ b/src/panels/lovelace/editor/config-elements/hui-tile-card-editor.ts @@ -92,6 +92,12 @@ export class HuiTileCardEditor }, }, }, + { + name: "show_entity_picture", + selector: { + boolean: {}, + }, + }, ] as const, }, ] as const, @@ -116,12 +122,6 @@ export class HuiTileCardEditor "ui-action": {}, }, }, - { - name: "show_entity_picture", - selector: { - boolean: {}, - }, - }, ] as const, }, ] as const