diff --git a/src/panels/lovelace/header-footer/hui-picture-header-footer.ts b/src/panels/lovelace/header-footer/hui-picture-header-footer.ts index 23b25e6470..c7c949be7f 100644 --- a/src/panels/lovelace/header-footer/hui-picture-header-footer.ts +++ b/src/panels/lovelace/header-footer/hui-picture-header-footer.ts @@ -25,7 +25,7 @@ export class HuiPictureHeaderFooter extends LitElement public static getStubConfig(): Record { return { image: - "https://www.home-assistant.io/images/merchandise/shirt-frontpage.png", + "https://www.home-assistant.io/images/lovelace/header-footer/balloons-header.png", tap_action: { action: "none" }, hold_action: { action: "none" }, };