Use balloons as default pic for header. (#7850)

This commit is contained in:
Paulus Schoutsen 2020-11-30 10:59:04 +01:00 committed by GitHub
parent 98175d5c72
commit 08f4aa9d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export class HuiPictureHeaderFooter extends LitElement
public static getStubConfig(): Record<string, unknown> {
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" },
};