From 7306b8c1026904aedbd7adb3b753fbc0739c0c7c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 5 Nov 2024 00:07:27 -0500 Subject: [PATCH] Remove sections blog post link (#22663) --- demo/src/configs/sections/description.ts | 16 ---------------- demo/src/configs/sections/index.ts | 2 -- src/translations/en.json | 2 -- 3 files changed, 20 deletions(-) delete mode 100644 demo/src/configs/sections/description.ts diff --git a/demo/src/configs/sections/description.ts b/demo/src/configs/sections/description.ts deleted file mode 100644 index e90b78b173..0000000000 --- a/demo/src/configs/sections/description.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { html } from "lit"; -import type { DemoConfig } from "../types"; - -export const demoLovelaceDescription: DemoConfig["description"] = ( - localize -) => html` -

- ${localize("ui.panel.page-demo.config.sections.description", { - blog_post: html`${localize("ui.panel.page-demo.config.sections.description_blog_post")} - `, - })} -

-`; diff --git a/demo/src/configs/sections/index.ts b/demo/src/configs/sections/index.ts index 248a053cd7..c25df44ebc 100644 --- a/demo/src/configs/sections/index.ts +++ b/demo/src/configs/sections/index.ts @@ -1,5 +1,4 @@ import type { DemoConfig } from "../types"; -import { demoLovelaceDescription } from "./description"; import { demoEntitiesSections } from "./entities"; import { demoLovelaceSections } from "./lovelace"; @@ -7,7 +6,6 @@ export const demoSections: DemoConfig = { authorName: "Home Assistant", authorUrl: "https://github.com/home-assistant/frontend/", name: "Home Demo", - description: demoLovelaceDescription, lovelace: demoLovelaceSections, entities: demoEntitiesSections, theme: () => ({}), diff --git a/src/translations/en.json b/src/translations/en.json index 80c7faebff..09c4d2b1a8 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6887,8 +6887,6 @@ } }, "sections": { - "description": "This dashboard is using the sections view released in Home Assistant 2024.3. Learn more about it in this {blog_post}.", - "description_blog_post": "blog post", "titles": { "welcome": "Welcome", "living_room": "Living room",