Update design.home-assistant.io (#13240)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Sven Serlier 2022-07-20 10:24:52 +02:00 committed by GitHub
parent 1267575f62
commit 62dd7111ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ module.exports = [
{ {
category: "lovelace", category: "lovelace",
// Label for in the sidebar // Label for in the sidebar
header: "Lovelace", header: "Dashboards",
// Specify order of pages. Any pages in the category folder but not listed here will // Specify order of pages. Any pages in the category folder but not listed here will
// automatically be added after the pages listed here. // automatically be added after the pages listed here.
pages: ["introduction"], pages: ["introduction"],
@ -34,7 +34,7 @@ module.exports = [
}, },
{ {
category: "misc", category: "misc",
header: "Miscelaneous", header: "Miscellaneous",
}, },
{ {
category: "brand", category: "brand",

View File

@ -31,7 +31,7 @@ const ENTITIES = [
friendly_name: "Office Light", friendly_name: "Office Light",
}), }),
getEntity("fan", "kitchen", "on", { getEntity("fan", "kitchen", "on", {
friendly_name: "Second Office Fan", friendly_name: "Kitchen Fan",
}), }),
getEntity("binary_sensor", "kitchen_door", "on", { getEntity("binary_sensor", "kitchen_door", "on", {
friendly_name: "Office Door", friendly_name: "Office Door",
@ -102,7 +102,7 @@ class DemoArea extends LitElement {
picture: "/images/office.jpg", picture: "/images/office.jpg",
}, },
{ {
name: "Second Office", name: "Kitchen",
area_id: "kitchen", area_id: "kitchen",
picture: "/images/kitchen.png", picture: "/images/kitchen.png",
}, },

View File

@ -1,11 +1,11 @@
--- ---
title: Introduction title: Introduction
--- ---
Lovelace has many different cards. Each card allows the user to tell Dashboards have many different cards. Each card allows the user to tell
a different story about what is going on in their house. These cards a different story about what is going on in their house. These cards
are very customizable, as no household is the same. are very customizable, as no household is the same.
This gallery helps our developers and designers to see all the This gallery helps our developers and designers to see all the
different states that each card can be in. different states that each card can be in.
Check [the Lovelace documentation](https://www.home-assistant.io/lovelace) for instructions on how to get started with Lovelace. Check [the Dashboards documentation](https://www.home-assistant.io/dashboards/) for instructions on how to get started with Dashboards.

View File

@ -69,7 +69,7 @@ const ENTITIES = [
effect_list: ["random", "colorloop"], effect_list: ["random", "colorloop"],
}), }),
getEntity("light", "color_RGB_light", "on", { getEntity("light", "color_RGB_light", "on", {
friendly_name: "Color Effets Light", friendly_name: "Color Effects Light",
brightness: 255, brightness: 255,
rgb_color: [30, 100, 255], rgb_color: [30, 100, 255],
supported_features: SUPPORT_EFFECT + SUPPORT_FLASH + SUPPORT_TRANSITION, supported_features: SUPPORT_EFFECT + SUPPORT_FLASH + SUPPORT_TRANSITION,