mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Update design.home-assistant.io (#13240)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
1267575f62
commit
62dd7111ce
@ -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",
|
||||||
|
@ -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",
|
||||||
},
|
},
|
||||||
|
@ -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.
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user