diff --git a/gallery/sidebar.js b/gallery/sidebar.js index 14a8d38fe8..156d7c2969 100644 --- a/gallery/sidebar.js +++ b/gallery/sidebar.js @@ -8,7 +8,7 @@ module.exports = [ { category: "lovelace", // Label for in the sidebar - header: "Lovelace", + header: "Dashboards", // Specify order of pages. Any pages in the category folder but not listed here will // automatically be added after the pages listed here. pages: ["introduction"], @@ -34,7 +34,7 @@ module.exports = [ }, { category: "misc", - header: "Miscelaneous", + header: "Miscellaneous", }, { category: "brand", diff --git a/gallery/src/pages/lovelace/area-card.ts b/gallery/src/pages/lovelace/area-card.ts index cd80ca2064..30f98b07de 100644 --- a/gallery/src/pages/lovelace/area-card.ts +++ b/gallery/src/pages/lovelace/area-card.ts @@ -31,7 +31,7 @@ const ENTITIES = [ friendly_name: "Office Light", }), getEntity("fan", "kitchen", "on", { - friendly_name: "Second Office Fan", + friendly_name: "Kitchen Fan", }), getEntity("binary_sensor", "kitchen_door", "on", { friendly_name: "Office Door", @@ -102,7 +102,7 @@ class DemoArea extends LitElement { picture: "/images/office.jpg", }, { - name: "Second Office", + name: "Kitchen", area_id: "kitchen", picture: "/images/kitchen.png", }, diff --git a/gallery/src/pages/lovelace/introduction.markdown b/gallery/src/pages/lovelace/introduction.markdown index a6fa62a9a7..c7bfc791d9 100644 --- a/gallery/src/pages/lovelace/introduction.markdown +++ b/gallery/src/pages/lovelace/introduction.markdown @@ -1,11 +1,11 @@ --- 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 are very customizable, as no household is the same. This gallery helps our developers and designers to see all the 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. diff --git a/gallery/src/pages/more-info/light.ts b/gallery/src/pages/more-info/light.ts index 530b95909e..999a4908ad 100644 --- a/gallery/src/pages/more-info/light.ts +++ b/gallery/src/pages/more-info/light.ts @@ -69,7 +69,7 @@ const ENTITIES = [ effect_list: ["random", "colorloop"], }), getEntity("light", "color_RGB_light", "on", { - friendly_name: "Color Effets Light", + friendly_name: "Color Effects Light", brightness: 255, rgb_color: [30, 100, 255], supported_features: SUPPORT_EFFECT + SUPPORT_FLASH + SUPPORT_TRANSITION,