From 516380b474ca34616b6d320ec37535bfaa11c344 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Wed, 4 Mar 2020 03:15:05 -0500 Subject: [PATCH] Update Card Descriptions - Current Branch (#12259) --- source/_lovelace/alarm-panel.markdown | 4 ++-- source/_lovelace/button.markdown | 2 +- source/_lovelace/conditional.markdown | 4 ++-- source/_lovelace/entities.markdown | 4 ++-- source/_lovelace/entity-filter.markdown | 4 ++-- source/_lovelace/gauge.markdown | 4 ++-- source/_lovelace/glance.markdown | 4 ++-- source/_lovelace/history-graph.markdown | 4 ++-- source/_lovelace/horizontal-stack.markdown | 4 ++-- source/_lovelace/iframe.markdown | 12 ++++++------ source/_lovelace/map.markdown | 4 ++-- source/_lovelace/markdown.markdown | 4 ++-- source/_lovelace/media-control.markdown | 4 ++-- source/_lovelace/picture-elements.markdown | 4 ++-- source/_lovelace/picture-entity.markdown | 4 ++-- source/_lovelace/picture-glance.markdown | 4 ++-- source/_lovelace/picture.markdown | 4 ++-- source/_lovelace/plant-status.markdown | 4 ++-- source/_lovelace/sensor.markdown | 4 ++-- source/_lovelace/shopping-list.markdown | 4 ++-- source/_lovelace/thermostat.markdown | 4 ++-- source/_lovelace/vertical-stack.markdown | 4 ++-- source/_lovelace/weather-forecast.markdown | 4 ++-- 23 files changed, 49 insertions(+), 49 deletions(-) diff --git a/source/_lovelace/alarm-panel.markdown b/source/_lovelace/alarm-panel.markdown index 09e25d85f7d8..a31020d0ac05 100644 --- a/source/_lovelace/alarm-panel.markdown +++ b/source/_lovelace/alarm-panel.markdown @@ -1,10 +1,10 @@ --- title: "Alarm Panel Card" sidebar_label: Alarm Panel -description: "The Alarm Panel allows you to Arm and Disarm your Alarm Control Panel Integrations" +description: "The Alarm Panel card allows you to Arm and Disarm your alarm control panel integrations." --- -The Alarm Panel allows you to Arm and Disarm your Alarm Control Panel Integrations. +The Alarm Panel card allows you to Arm and Disarm your alarm control panel integrations.

Screenshot of the alarm panel card diff --git a/source/_lovelace/button.markdown b/source/_lovelace/button.markdown index f0f800c7f17c..4250db8e1f2c 100644 --- a/source/_lovelace/button.markdown +++ b/source/_lovelace/button.markdown @@ -1,7 +1,7 @@ --- title: "Button Card" sidebar_label: Button -description: "The Button card allows you to add buttons to perform tasks" +description: "The Button card allows you to add buttons to perform tasks." --- The Button card allows you to add buttons to perform tasks. diff --git a/source/_lovelace/conditional.markdown b/source/_lovelace/conditional.markdown index ed3b6e9fff8c..a82ba6c92126 100644 --- a/source/_lovelace/conditional.markdown +++ b/source/_lovelace/conditional.markdown @@ -1,10 +1,10 @@ --- title: Conditional Card sidebar_label: Conditional -description: Displays another card based on entity states. +description: The Conditional card displays another card based on entity states. --- -Displays another card based on entity states. +The Conditional card displays another card based on entity states. {% configuration %} type: diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index d6df139460c0..ddabf75f3c30 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -1,10 +1,10 @@ --- title: "Entities Card" sidebar_label: Entities -description: "Entities will be the most common type of card that will also be the most familiar to people using the standard interface. It groups items together very close to how groups used to do." +description: "The Entities card is the most common type of card. It groups items together into lists." --- -Entities will be the most common type of card that will also be the most familiar to people using the standard interface. It groups items together very close to how groups used to do. +The Entities card is the most common type of card. It groups items together into lists. {% configuration %} type: diff --git a/source/_lovelace/entity-filter.markdown b/source/_lovelace/entity-filter.markdown index 089930c171fa..3f6e6da06e54 100644 --- a/source/_lovelace/entity-filter.markdown +++ b/source/_lovelace/entity-filter.markdown @@ -1,10 +1,10 @@ --- title: "Entity Filter Card" sidebar_label: Entity Filter -description: "This card allows you to define a list of entities that you want to track only when in a certain state. Very useful for showing lights that you forgot to turn off or show a list of people only when they're at home. " +description: "The Entity Filter card allows you to define a list of entities that you want to track only when in a certain state. Very useful for showing lights that you forgot to turn off or show a list of people only when they're at home. " --- -This card allows you to define a list of entities that you want to track only when in a certain state. Very useful for showing lights that you forgot to turn off or show a list of people only when they're at home. +The Entity Filter card allows you to define a list of entities that you want to track only when in a certain state. Very useful for showing lights that you forgot to turn off or show a list of people only when they're at home. This type of card can also be used together with rest of cards that allow multiple entities, allowing you to use [glance](/lovelace/glance/) or [picture-glance](/lovelace/picture-glance/). By default it uses [entities](/lovelace/entities/) card model. diff --git a/source/_lovelace/gauge.markdown b/source/_lovelace/gauge.markdown index 235b019ea732..4d0f362f1ac9 100644 --- a/source/_lovelace/gauge.markdown +++ b/source/_lovelace/gauge.markdown @@ -1,10 +1,10 @@ --- title: "Gauge Card" sidebar_label: Gauge -description: "The Gauge card allows you to display sensor information visually" +description: "The Gauge card is a basic card that allows visually seeing sensor data." --- -Gauge card is a basic card that allows visually seeing sensor data. +The Gauge card is a basic card that allows visually seeing sensor data.

Screenshot of the gauge card diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index c0c1c446f577..45b808d4c9fd 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -1,10 +1,10 @@ --- title: "Glance Card" sidebar_label: Glance -description: "The Glance card allows you to see a list of entities at a glance." +description: "The Glance card is useful to group multiple sensors in a compact overview." --- -Glance cards are very compact. Very useful to group together multiple sensors for a quick and easy overview. Keep in mind that this can be used together with [entity-filter](/lovelace/entity-filter/) cards to create dynamic cards. +The Glance card is useful to group multiple sensors in a compact overview. Keep in mind that this can be used together with [entity-filter](/lovelace/entity-filter/) cards to create dynamic cards.

Screenshot of the glance card diff --git a/source/_lovelace/history-graph.markdown b/source/_lovelace/history-graph.markdown index 0ab31ec0ddf7..04fa9819ced1 100644 --- a/source/_lovelace/history-graph.markdown +++ b/source/_lovelace/history-graph.markdown @@ -1,10 +1,10 @@ --- title: "History Graph Card" sidebar_label: History Graph -description: "History graph is a basic card, allowing you to display a graph for each of the entities in the list specified as config." +description: "The History Graph card allows you to display a graph for each of the entities listed." --- -History graph is a basic card, allowing you to display a graph for each of the entities in the list specified configuration. +The History Graph card allows you to display a graph for each of the entities listed.

Screenshot of the history graph card for entities without a unit_of_measurement diff --git a/source/_lovelace/horizontal-stack.markdown b/source/_lovelace/horizontal-stack.markdown index 0c3c05a45810..4fc74ed3aa3e 100644 --- a/source/_lovelace/horizontal-stack.markdown +++ b/source/_lovelace/horizontal-stack.markdown @@ -1,10 +1,10 @@ --- title: "Horizontal Stack Card" sidebar_label: Horizontal Stack -description: "Horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column." +description: "The Horizontal Stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column." --- -Horizontal stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column. +The Horizontal Stack card allows you to stack together multiple cards, so they always sit next to each other in the space of one column. {% configuration %} type: diff --git a/source/_lovelace/iframe.markdown b/source/_lovelace/iframe.markdown index 332a08947f0b..24db48ba9eee 100644 --- a/source/_lovelace/iframe.markdown +++ b/source/_lovelace/iframe.markdown @@ -1,18 +1,18 @@ --- -title: "Iframe Card" -sidebar_label: Iframe -description: "Embed data from other webservices in your dashboard." +title: "Webpage Card" +sidebar_label: Webpage +description: "The Webpage card allows you to embed your favorite webpage right into Home Assistant." --- -Embed data from other webservices in your dashboard. You can also embed files stored in your `/www` folder and reference them using `/local/`. +The Webpage card allows you to embed your favorite webpage right into Home Assistant. You can also embed files stored in your `/www` folder and reference them using `/local/`.

You can't embed sites using HTTP if you are using HTTPS for your Home Assistant.

- Windy weather radar as iframe - Windy weather radar as iframe. + Windy weather radar as Webpage + Windy weather radar as Webpage.

{% configuration %} diff --git a/source/_lovelace/map.markdown b/source/_lovelace/map.markdown index 401568ca6775..eb2ae770851e 100644 --- a/source/_lovelace/map.markdown +++ b/source/_lovelace/map.markdown @@ -1,10 +1,10 @@ --- title: "Map Card" sidebar_label: Map -description: "A card that allows you to display entities on a map" +description: "The Map card that allows you to display entities on a map" --- -A card that allows you to display entities on a map. +The Map card that allows you to display entities on a map

Screenshot of the map card diff --git a/source/_lovelace/markdown.markdown b/source/_lovelace/markdown.markdown index 4df04eaa7419..d4eaa7a0feb7 100644 --- a/source/_lovelace/markdown.markdown +++ b/source/_lovelace/markdown.markdown @@ -1,10 +1,10 @@ --- title: "Markdown Card" sidebar_label: Markdown -description: "Markdown card is used to render markdown" +description: "The Markdown card is used to render Markdown" --- -Markdown card is used to render [Markdown](https://commonmark.org/help/). +The Markdown card is used to render [Markdown](https://commonmark.org/help/). The renderer uses [Marked.js](https://marked.js.org), which supports [several specifications of Markdown](https://marked.js.org/#/README.md#specifications), including CommonMark, GitHub Flavored Markdown (GFM) and `markdown.pl`. diff --git a/source/_lovelace/media-control.markdown b/source/_lovelace/media-control.markdown index f3c7b961340c..17378ed4012f 100644 --- a/source/_lovelace/media-control.markdown +++ b/source/_lovelace/media-control.markdown @@ -1,10 +1,10 @@ --- title: "Media Control Card" sidebar_label: Media Control -description: "The media controller card is used to display Media Player entities on an interface with easy to use controls. " +description: "The Media Control card is used to display media player entities on an interface with easy to use controls." --- -The media control card is used to display [Media Player](/integrations/#search/media-player) entities on an interface with easy to use controls. +The Media Control card is used to display [Media Player](/integrations/#search/media-player) entities on an interface with easy to use controls.

Screenshot of the media player control card diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index b661856cc4b1..45b1a926aab2 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -1,10 +1,10 @@ --- title: "Picture Elements Card" sidebar_label: Picture Elements -description: "Picture elements card is one of the most versatile types of cards" +description: "The Picture Elements card is one of the most versatile types of cards. The cards allow you to position icons or text and even services! On an image based on coordinates." --- -Picture elements card is one of the most versatile types of cards. +The Picture Elements card is one of the most versatile types of cards. The cards allow you to position icons or text and even services! On an image based on coordinates. Imagine floor plan, imagine [picture-glance](/lovelace/picture-glance/) with no restrictions! diff --git a/source/_lovelace/picture-entity.markdown b/source/_lovelace/picture-entity.markdown index 8001af5b1094..907e410501fa 100644 --- a/source/_lovelace/picture-entity.markdown +++ b/source/_lovelace/picture-entity.markdown @@ -1,10 +1,10 @@ --- title: Picture Entity Card sidebar_label: Picture Entity -description: Displays the entity in form of an image. Instead of images from URL it can also show the picture of `camera` entities. +description: The Picture Entity card displays an entity in the form of an image. Instead of images from URL, it can also show the picture of camera entities. --- -Displays the entity in form of an image. Instead of images from URL it can also show the picture of `camera` entities. +The Picture Entity card displays an entity in the form of an image. Instead of images from URL, it can also show the picture of `camera` entities.

Picture entity card diff --git a/source/_lovelace/picture-glance.markdown b/source/_lovelace/picture-glance.markdown index 0803d65ba918..b1f538974f4c 100644 --- a/source/_lovelace/picture-glance.markdown +++ b/source/_lovelace/picture-glance.markdown @@ -1,10 +1,10 @@ --- title: "Picture Glance Card" sidebar_label: Picture Glance -description: "Show an image card and corresponding entity states as icon" +description: "The Picture Glance card shows an image and corresponding entity states as an icon. The entities on the right side allow toggle actions, others show the more information dialog." --- -Show an image card and corresponding entity states as icon. The entities on the right side allow toggle actions, others show the more-info-dialog. +The Picture Glance card shows an image and corresponding entity states as an icon. The entities on the right side allow toggle actions, others show the more information dialog.

Picture glance card for a living room diff --git a/source/_lovelace/picture.markdown b/source/_lovelace/picture.markdown index c7c5357e6f32..c38959d6ca0d 100644 --- a/source/_lovelace/picture.markdown +++ b/source/_lovelace/picture.markdown @@ -1,10 +1,10 @@ --- title: "Picture Card" sidebar_label: Picture -description: "A very simple card that allows you to set an image to use for navigation to various paths in your interface or to call a service." +description: "The Picture card allows you to set an image to use for navigation to various paths in your interface or to call a service." --- -A very simple card that allows you to set an image to use for navigation to various paths in your interface or to call a service. +The Picture card allows you to set an image to use for navigation to various paths in your interface or to call a service.

Screenshot of the picture card diff --git a/source/_lovelace/plant-status.markdown b/source/_lovelace/plant-status.markdown index 4a51516674a5..221345752a11 100644 --- a/source/_lovelace/plant-status.markdown +++ b/source/_lovelace/plant-status.markdown @@ -1,10 +1,10 @@ --- title: "Plant Status Card" sidebar_label: Plant Status -description: "The Plant card gives you an easy way of viewing the status of your plants" +description: "The Plant Status card is for all the lovely botanists out there." --- -A card for all the lovely botanists out there. +The Plant Status card is for all the lovely botanists out there.

Screenshot of the plant status card diff --git a/source/_lovelace/sensor.markdown b/source/_lovelace/sensor.markdown index d856949503d8..d47eef1de3a8 100644 --- a/source/_lovelace/sensor.markdown +++ b/source/_lovelace/sensor.markdown @@ -1,10 +1,10 @@ --- title: "Sensor Card" sidebar_label: Sensor -description: "The sensor card gives you information about the sensor state" +description: "The Sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time." --- -The sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time. +The Sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time.

Screenshot of the sensor card diff --git a/source/_lovelace/shopping-list.markdown b/source/_lovelace/shopping-list.markdown index ac066ceb7a6f..276128687cc5 100644 --- a/source/_lovelace/shopping-list.markdown +++ b/source/_lovelace/shopping-list.markdown @@ -1,10 +1,10 @@ --- title: "Shopping List Card" sidebar_label: Shopping List -description: "The Shopping List Card allows you to add, edit, check-off, and clear items from your shopping list" +description: "The Shopping List card allows you to add, edit, check-off, and clear items from your shopping list." --- -The Shopping List Card allows you to add, edit, check-off, and clear items from your shopping list. +The Shopping List card allows you to add, edit, check-off, and clear items from your shopping list. Setup of the [Shopping List Intent](/integrations/shopping_list/) is required diff --git a/source/_lovelace/thermostat.markdown b/source/_lovelace/thermostat.markdown index 941092e775e6..b56883fe9847 100644 --- a/source/_lovelace/thermostat.markdown +++ b/source/_lovelace/thermostat.markdown @@ -1,10 +1,10 @@ --- title: "Thermostat Card" sidebar_label: Thermostat -description: "The thermostat card allows you to control a climate entity." +description: "The Thermostat card gives control of your climate entity. Allowing you to change the temperature and mode of the entity." --- -The thermostat card gives control of your climate entity. +The Thermostat card gives control of your climate entity. Allowing you to change the temperature and mode of the entity.

Screenshot of the thermostat card diff --git a/source/_lovelace/vertical-stack.markdown b/source/_lovelace/vertical-stack.markdown index c918c3cc4ef6..6d12f2dc03ca 100644 --- a/source/_lovelace/vertical-stack.markdown +++ b/source/_lovelace/vertical-stack.markdown @@ -1,10 +1,10 @@ --- title: "Vertical Stack Card" sidebar_label: Vertical Stack -description: "The Vertical Stack card allows you to stack multiple cards together" +description: "The Vertical Stack card allows you to group multiple cards so they always sit in the same column." --- -Vertical stack allows you to group multiple cards so they always sit in the same column. +The Vertical Stack card allows you to group multiple cards so they always sit in the same column. {% configuration %} type: diff --git a/source/_lovelace/weather-forecast.markdown b/source/_lovelace/weather-forecast.markdown index 64354728c2e7..5edc5aa6081d 100644 --- a/source/_lovelace/weather-forecast.markdown +++ b/source/_lovelace/weather-forecast.markdown @@ -1,10 +1,10 @@ --- title: "Weather Forecast Card" sidebar_label: Weather Forecast -description: "The Weather card allows you a visual card to display the weather." +description: "The Weather Forecast card displays the weather. Very useful to include on interfaces that people display on the wall." --- -The weather forecast is a card to display the weather. Very useful to include on interfaces that people display on the wall. +The Weather Forecast card displays the weather. Very useful to include on interfaces that people display on the wall.

Screenshot of the weather card