From 89da8135706fe3a1932fd0a2b123d9d65f12fce4 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:00:10 +0100 Subject: [PATCH] Dashboards: apply sentence style capitalization (#29866) * Dashboards: apply sentence style capitalization * Fix search and replace error --- source/_dashboards/alarm-panel.markdown | 2 +- source/_dashboards/area.markdown | 2 +- source/_dashboards/button.markdown | 4 ++-- source/_dashboards/calendar.markdown | 4 ++-- source/_dashboards/conditional.markdown | 4 ++-- source/_dashboards/entities.markdown | 2 +- source/_dashboards/entity.markdown | 2 +- source/_dashboards/gauge.markdown | 2 +- source/_dashboards/glance.markdown | 2 +- source/_dashboards/grid.markdown | 2 +- source/_dashboards/history-graph.markdown | 2 +- source/_dashboards/horizontal-stack.markdown | 2 +- source/_dashboards/humidifier.markdown | 2 +- source/_dashboards/iframe.markdown | 2 +- source/_dashboards/light.markdown | 2 +- source/_dashboards/logbook.markdown | 4 ++-- source/_dashboards/map.markdown | 2 +- source/_dashboards/markdown.markdown | 2 +- source/_dashboards/media-control.markdown | 2 +- source/_dashboards/picture-elements.markdown | 24 ++++++++++---------- source/_dashboards/picture-entity.markdown | 2 +- source/_dashboards/picture-glance.markdown | 2 +- source/_dashboards/picture.markdown | 2 +- source/_dashboards/plant-status.markdown | 2 +- source/_dashboards/sensor.markdown | 2 +- source/_dashboards/shopping-list.markdown | 2 +- source/_dashboards/statistic.markdown | 2 +- source/_dashboards/statistics-graph.markdown | 2 +- source/_dashboards/thermostat.markdown | 2 +- source/_dashboards/vertical-stack.markdown | 2 +- source/_dashboards/weather-forecast.markdown | 8 +++---- 31 files changed, 49 insertions(+), 49 deletions(-) diff --git a/source/_dashboards/alarm-panel.markdown b/source/_dashboards/alarm-panel.markdown index 9a321211446..0b4e970b7db 100644 --- a/source/_dashboards/alarm-panel.markdown +++ b/source/_dashboards/alarm-panel.markdown @@ -16,7 +16,7 @@ To add the Alarm Panel card to your user interface, click the menu (three dots a All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/area.markdown b/source/_dashboards/area.markdown index a20a530fed7..1cf81cfceeb 100644 --- a/source/_dashboards/area.markdown +++ b/source/_dashboards/area.markdown @@ -20,7 +20,7 @@ Buttons will appear on the card for the entities in the area including fan, ligh If a camera is added to the area you can show the camera feed instead of the area picture. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/button.markdown b/source/_dashboards/button.markdown index 45f1c66f3bd..fedeca3101c 100644 --- a/source/_dashboards/button.markdown +++ b/source/_dashboards/button.markdown @@ -16,7 +16,7 @@ To add the Button card to your user interface, click the menu (three dots at the All options for this card can be configured via the user interface. -## Card Settings +## Card settings {% configuration_basic %} Entity: @@ -39,7 +39,7 @@ Hold Action: description: The action taken on card tap and hold. For more information, see the [action documentation](/dashboards/actions/#hold-action). {% endconfiguration_basic %} -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/calendar.markdown b/source/_dashboards/calendar.markdown index e4ca202568d..9a82615a629 100644 --- a/source/_dashboards/calendar.markdown +++ b/source/_dashboards/calendar.markdown @@ -17,7 +17,7 @@ To add the Calendar card to your user interface, click the menu (three dots at t All options for this card can be configured via the user interface. -## Card Settings +## Card settings {% configuration_basic %} Title: @@ -30,7 +30,7 @@ Theme: description: Name of any loaded theme to be used for this card. For more information about themes, see the [frontend documentation](/integrations/frontend/). {% endconfiguration_basic %} -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/conditional.markdown b/source/_dashboards/conditional.markdown index d6349cd1e1e..bdbaa90b152 100644 --- a/source/_dashboards/conditional.markdown +++ b/source/_dashboards/conditional.markdown @@ -13,7 +13,7 @@ To add the Conditional card to your user interface, click the menu (three dots a Most options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. @@ -95,7 +95,7 @@ state_not: *one is required (`state` or `state_not`) -### Numeric State +### Numeric state Tests if an entity state matches the thresholds. diff --git a/source/_dashboards/entities.markdown b/source/_dashboards/entities.markdown index 78085e5d088..8fdd6b46842 100644 --- a/source/_dashboards/entities.markdown +++ b/source/_dashboards/entities.markdown @@ -9,7 +9,7 @@ The Entities card is the most common type of card. It groups items together into To add the Entities card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/entity.markdown b/source/_dashboards/entity.markdown index 5125642d791..37aeb2b499d 100644 --- a/source/_dashboards/entity.markdown +++ b/source/_dashboards/entity.markdown @@ -16,7 +16,7 @@ To add the Entity card to your user interface, click the menu (three dots at the All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/gauge.markdown b/source/_dashboards/gauge.markdown index 36078abad79..625c4ecbd96 100644 --- a/source/_dashboards/gauge.markdown +++ b/source/_dashboards/gauge.markdown @@ -21,7 +21,7 @@ To add the Gauge card to your user interface, click the menu (three dots at the All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/glance.markdown b/source/_dashboards/glance.markdown index 27f045b0060..9ec0d241411 100644 --- a/source/_dashboards/glance.markdown +++ b/source/_dashboards/glance.markdown @@ -16,7 +16,7 @@ To add the Glance card to your user interface, click the menu (three dots at the All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/grid.markdown b/source/_dashboards/grid.markdown index 9d4fd1c5286..345557f3869 100644 --- a/source/_dashboards/grid.markdown +++ b/source/_dashboards/grid.markdown @@ -16,7 +16,7 @@ To add the Grid card to your user interface, click the menu (three dots at the t All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/history-graph.markdown b/source/_dashboards/history-graph.markdown index c351f3cb30b..27546beb7a9 100644 --- a/source/_dashboards/history-graph.markdown +++ b/source/_dashboards/history-graph.markdown @@ -21,7 +21,7 @@ To add the History Graph card to your user interface, click the menu (three dots All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/horizontal-stack.markdown b/source/_dashboards/horizontal-stack.markdown index 348e5a845cf..6b4a98c8bd3 100644 --- a/source/_dashboards/horizontal-stack.markdown +++ b/source/_dashboards/horizontal-stack.markdown @@ -9,7 +9,7 @@ The Horizontal Stack card allows you to stack together multiple cards, so they a To add the Horizontal Stack card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/humidifier.markdown b/source/_dashboards/humidifier.markdown index 4b1810d5d69..8c2f7a5bc86 100644 --- a/source/_dashboards/humidifier.markdown +++ b/source/_dashboards/humidifier.markdown @@ -16,7 +16,7 @@ To add the Humidifier card to your user interface, click the menu (three dots at All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/iframe.markdown b/source/_dashboards/iframe.markdown index e86d629f691..3c5385860e1 100644 --- a/source/_dashboards/iframe.markdown +++ b/source/_dashboards/iframe.markdown @@ -20,7 +20,7 @@ All options for this card can be configured via the user interface. You can't embed sites using HTTP if you are using HTTPS for your Home Assistant. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/light.markdown b/source/_dashboards/light.markdown index 4cd5a824b25..e52ebd0c526 100644 --- a/source/_dashboards/light.markdown +++ b/source/_dashboards/light.markdown @@ -16,7 +16,7 @@ To add the Light card to your user interface, click the menu (three dots at the All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/logbook.markdown b/source/_dashboards/logbook.markdown index 2cb58f9b065..d58893d2843 100644 --- a/source/_dashboards/logbook.markdown +++ b/source/_dashboards/logbook.markdown @@ -14,7 +14,7 @@ The Logbook card displays entries from the logbook for specific entities. To add the Logbook card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## Card Settings +## Card settings {% configuration_basic %} Entities: @@ -27,7 +27,7 @@ Theme: description: Name of any loaded theme to be used for this card. For more information about themes, see the [frontend documentation](/integrations/frontend/). {% endconfiguration_basic %} -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/map.markdown b/source/_dashboards/map.markdown index 32557e1065e..460d83b7ce7 100644 --- a/source/_dashboards/map.markdown +++ b/source/_dashboards/map.markdown @@ -16,7 +16,7 @@ To add the Map card to your user interface, click the menu (three dots at the to All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/markdown.markdown b/source/_dashboards/markdown.markdown index 62ae632a637..b525a054e05 100644 --- a/source/_dashboards/markdown.markdown +++ b/source/_dashboards/markdown.markdown @@ -16,7 +16,7 @@ The renderer uses [Marked.js](https://marked.js.org), which supports [several sp To add the Markdown card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/media-control.markdown b/source/_dashboards/media-control.markdown index 0d20627e5f5..23ee969bb1d 100644 --- a/source/_dashboards/media-control.markdown +++ b/source/_dashboards/media-control.markdown @@ -14,7 +14,7 @@ Screenshot of the Media Control card. To add the Media Control card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/picture-elements.markdown b/source/_dashboards/picture-elements.markdown index d98b92152fb..455a6fcf4c4 100644 --- a/source/_dashboards/picture-elements.markdown +++ b/source/_dashboards/picture-elements.markdown @@ -16,7 +16,7 @@ The cards allow you to position icons or text and even services on an image base To add the Picture Elements card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration This card can only be configured in YAML. @@ -79,7 +79,7 @@ There are several different element types that can be added to a Picture Element - [Conditional](#conditional-element) - [Custom](#custom-elements) -### State Badge +### State badge This element creates a badge representing the state of an entity. @@ -115,7 +115,7 @@ double_tap_action: type: map {% endconfiguration %} -### State Icon +### State icon This element represents an entity state using an icon. @@ -160,7 +160,7 @@ style: default: "position: absolute, transform: translate(-50%, -50%)" {% endconfiguration %} -### State Label +### State label This element represents an entity's state via text. @@ -208,7 +208,7 @@ style: default: "position: absolute, transform: translate(-50%, -50%)" {% endconfiguration %} -### Service Call Button +### Service call button This entity creates a button (with arbitrary text) that can be used to call a service. @@ -236,7 +236,7 @@ style: default: "position: absolute, transform: translate(-50%, -50%)" {% endconfiguration %} -### Icon Element +### Icon element This element creates a static icon that is not linked to the state of an entity. @@ -276,7 +276,7 @@ style: default: "position: absolute, transform: translate(-50%, -50%)" {% endconfiguration %} -### Image Element +### Image element This creates an image element that overlays the background image. @@ -342,7 +342,7 @@ style: default: "position: absolute, transform: translate(-50%, -50%)" {% endconfiguration %} -### Conditional Element +### Conditional element Much like the Conditional card, this element will let you show its sub-elements based on entity states. @@ -374,7 +374,7 @@ elements: type: list {% endconfiguration %} -### Custom Elements +### Custom elements The process for creating and referencing custom elements is the same as for custom cards. Please see the [developer documentation](https://developers.home-assistant.io/docs/frontend/custom-ui/custom-card) @@ -392,7 +392,7 @@ style: default: "position: absolute, transform: translate(-50%, -50%)" {% endconfiguration %} -## Options For Exemptions +## Options for exemptions {% configuration badges %} user: @@ -502,7 +502,7 @@ elements: left: 10% ``` -### Images Example +### Images example ```yaml type: picture-elements @@ -551,7 +551,7 @@ elements: width: 5% ``` -### Conditional Example +### Conditional example ```yaml type: picture-elements diff --git a/source/_dashboards/picture-entity.markdown b/source/_dashboards/picture-entity.markdown index a3b2b9a6c54..32304ad2ec6 100644 --- a/source/_dashboards/picture-entity.markdown +++ b/source/_dashboards/picture-entity.markdown @@ -14,7 +14,7 @@ The Picture Entity card displays an entity in the form of an image. Instead of i To add the Picture Entity card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/picture-glance.markdown b/source/_dashboards/picture-glance.markdown index 5f31ea3005a..f7f152b732b 100644 --- a/source/_dashboards/picture-glance.markdown +++ b/source/_dashboards/picture-glance.markdown @@ -14,7 +14,7 @@ The Picture Glance card shows an image and corresponding entity states as an ico To add the Picture Glance card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/picture.markdown b/source/_dashboards/picture.markdown index b7e84d23940..3b45b687563 100644 --- a/source/_dashboards/picture.markdown +++ b/source/_dashboards/picture.markdown @@ -14,7 +14,7 @@ Screenshot of the picture card. To add the Picture card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/plant-status.markdown b/source/_dashboards/plant-status.markdown index f55c0820a13..6a611a1a4db 100644 --- a/source/_dashboards/plant-status.markdown +++ b/source/_dashboards/plant-status.markdown @@ -16,7 +16,7 @@ To add the Plant Status card to your user interface, click the menu (three dots All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/sensor.markdown b/source/_dashboards/sensor.markdown index 6eb923fa775..94bc44f5cfb 100644 --- a/source/_dashboards/sensor.markdown +++ b/source/_dashboards/sensor.markdown @@ -16,7 +16,7 @@ To add the Sensor card to your user interface, click the menu (three dots at the All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/shopping-list.markdown b/source/_dashboards/shopping-list.markdown index e6d5d7cd074..f9143284116 100644 --- a/source/_dashboards/shopping-list.markdown +++ b/source/_dashboards/shopping-list.markdown @@ -18,7 +18,7 @@ To add the Shopping List card to your user interface, click the menu (three dots All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/statistic.markdown b/source/_dashboards/statistic.markdown index 071486262b5..83349cd32b1 100644 --- a/source/_dashboards/statistic.markdown +++ b/source/_dashboards/statistic.markdown @@ -140,7 +140,7 @@ period: stat_type: change ``` -### Rolling Window +### Rolling window {% configuration %} duration: diff --git a/source/_dashboards/statistics-graph.markdown b/source/_dashboards/statistics-graph.markdown index ddc607dbead..3fc29901653 100644 --- a/source/_dashboards/statistics-graph.markdown +++ b/source/_dashboards/statistics-graph.markdown @@ -25,7 +25,7 @@ To add the Statistics Graph card to your user interface, click the menu (three d All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/thermostat.markdown b/source/_dashboards/thermostat.markdown index 1007d5a4c55..567620b7b31 100644 --- a/source/_dashboards/thermostat.markdown +++ b/source/_dashboards/thermostat.markdown @@ -16,7 +16,7 @@ To add the Thermostat card to your user interface, click the menu (three dots at All options for this card can be configured via the user interface. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/vertical-stack.markdown b/source/_dashboards/vertical-stack.markdown index 4aedb13d089..f533c90c31d 100644 --- a/source/_dashboards/vertical-stack.markdown +++ b/source/_dashboards/vertical-stack.markdown @@ -9,7 +9,7 @@ The Vertical Stack card allows you to group multiple cards so they always sit in To add the Vertical Stack card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. diff --git a/source/_dashboards/weather-forecast.markdown b/source/_dashboards/weather-forecast.markdown index fe6a05a4709..7964d29bfb6 100644 --- a/source/_dashboards/weather-forecast.markdown +++ b/source/_dashboards/weather-forecast.markdown @@ -14,7 +14,7 @@ The Weather Forecast card displays the weather. Very useful to include on interf To add the Weather card to your user interface, click the menu (three dots at the top right of the screen) and then **Edit Dashboard**. Click the **Add Card** button in the bottom right corner and select from the card picker. -## Card Settings +## Card settings {% configuration_basic %} Entity: @@ -39,7 +39,7 @@ Theme: -## YAML Configuration +## YAML configuration The following YAML options are available when you use YAML mode or just prefer to use YAML in the Code Editor in the UI. @@ -102,7 +102,7 @@ forecast_type: daily ### Advanced -#### Themeable Icons +#### Themeable icons The default weather icons are themable via a [theme](/integrations/frontend/#themes). Theme variables include: @@ -123,7 +123,7 @@ Example theme configuration: --weather-icon-rain-color: purple ``` -#### Personal Icons +#### Personal icons Weather icons can be overwritten with your own personal images via a [theme](/integrations/frontend/#themes). Theme variables include: