Skip to content

Commit

Permalink
Update Card Descriptions - Current Branch (home-assistant#12259)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarnett authored Mar 4, 2020
1 parent f343f91 commit 516380b
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions source/_lovelace/alarm-panel.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_alarm_panel_card.gif' alt='Screenshot of the alarm panel card'>
Expand Down
2 changes: 1 addition & 1 deletion source/_lovelace/button.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/conditional.markdown
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/entities.markdown
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/entity-filter.markdown
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/gauge.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_gauge_card.gif' alt='Screenshot of the gauge card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_glance_card.png' alt='Screenshot of the glance card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/history-graph.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_history_graph.png' alt='Screenshot of the history graph card for entities without a unit_of_measurement'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/horizontal-stack.markdown
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
12 changes: 6 additions & 6 deletions source/_lovelace/iframe.markdown
Original file line number Diff line number Diff line change
@@ -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 `<config-directory>/www` folder and reference them using `/local/<file>`.
The Webpage card allows you to embed your favorite webpage right into Home Assistant. You can also embed files stored in your `<config-directory>/www` folder and reference them using `/local/<file>`.

<div class='note warning'>
You can't embed sites using HTTP if you are using HTTPS for your Home Assistant.
</div>

<p class='img'>
<img width="500" src='/images/lovelace/lovelace_iframe.png' alt='Windy weather radar as iframe'>
Windy weather radar as iframe.
<img width="500" src='/images/lovelace/lovelace_iframe.png' alt='Windy weather radar as Webpage'>
Windy weather radar as Webpage.
</p>

{% configuration %}
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/map.markdown
Original file line number Diff line number Diff line change
@@ -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

<p class='img'>
<img src='/images/lovelace/lovelace_map_card.png' alt='Screenshot of the map card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/markdown.markdown
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/media-control.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_mediaplayer.png' alt='Screenshot of the media player control card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/picture-elements.markdown
Original file line number Diff line number Diff line change
@@ -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!

Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/picture-entity.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_picture_entity.gif' alt='Picture entity card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/picture-glance.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_picture_glance.gif' alt='Picture glance card for a living room'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/picture.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_picture.png' alt='Screenshot of the picture card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/plant-status.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_plant_card.png' alt='Screenshot of the plant status card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/sensor.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_sensor.png' alt='Screenshot of the sensor card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/shopping-list.markdown
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/thermostat.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_thermostat_card.gif' alt='Screenshot of the thermostat card'>
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/vertical-stack.markdown
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/weather-forecast.markdown
Original file line number Diff line number Diff line change
@@ -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.

<p class='img'>
<img src='/images/lovelace/lovelace_weather.png' alt='Screenshot of the weather card'>
Expand Down

0 comments on commit 516380b

Please sign in to comment.