mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Use balloons as default pic for header. (#7850)
This commit is contained in:
parent
98175d5c72
commit
08f4aa9d10
@ -25,7 +25,7 @@ export class HuiPictureHeaderFooter extends LitElement
|
|||||||
public static getStubConfig(): Record<string, unknown> {
|
public static getStubConfig(): Record<string, unknown> {
|
||||||
return {
|
return {
|
||||||
image:
|
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" },
|
tap_action: { action: "none" },
|
||||||
hold_action: { action: "none" },
|
hold_action: { action: "none" },
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user