From fba25682cd861f04b1fef4426697eb556ddcb0e2 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:43:01 +0100 Subject: [PATCH] Integrations: apply sentence-style capitalization (#29977) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Integrations: apply sentence-style capitalizytion * Apply suggestions from code review Co-authored-by: Joakim Sørensen --------- Co-authored-by: Joakim Sørensen --- source/_integrations/config.markdown | 2 +- source/_integrations/dremel_3d_printer.markdown | 2 +- source/_integrations/gardena_bluetooth.markdown | 14 +++++++------- source/_integrations/google_tasks.markdown | 2 +- source/_integrations/lawn_mower.markdown | 4 ++-- source/_integrations/lawn_mower.mqtt.markdown | 6 +++--- source/_integrations/local_todo.markdown | 2 +- source/_integrations/mqtt.markdown | 4 ++-- source/_integrations/panel_custom.markdown | 6 +++--- source/_integrations/panel_iframe.markdown | 6 +++--- source/_integrations/prusalink.markdown | 2 +- source/_integrations/rss_feed_template.markdown | 4 ++-- source/_integrations/shopping_list.markdown | 4 ++-- source/_integrations/todo.markdown | 3 +-- source/_integrations/todoist.markdown | 2 +- 15 files changed, 31 insertions(+), 32 deletions(-) diff --git a/source/_integrations/config.markdown b/source/_integrations/config.markdown index c82cc11754a..02c8dcd4a9c 100644 --- a/source/_integrations/config.markdown +++ b/source/_integrations/config.markdown @@ -2,7 +2,7 @@ title: Configuration description: Instructions on how to setup the configuration panel for Home Assistant. ha_category: - - Front End + - Front end ha_release: 0.39 ha_quality_scale: internal ha_codeowners: diff --git a/source/_integrations/dremel_3d_printer.markdown b/source/_integrations/dremel_3d_printer.markdown index 2ccd3f5598c..3c5b08b3f5c 100644 --- a/source/_integrations/dremel_3d_printer.markdown +++ b/source/_integrations/dremel_3d_printer.markdown @@ -2,7 +2,7 @@ title: Dremel 3D Printer description: Instructions on how to integrate a Dremel 3D Printer into Home Assistant. ha_category: - - 3D Printing + - 3D printing - Sensor ha_iot_class: Local Polling ha_release: 2023.7 diff --git a/source/_integrations/gardena_bluetooth.markdown b/source/_integrations/gardena_bluetooth.markdown index 7082be213ca..5d06922b28a 100644 --- a/source/_integrations/gardena_bluetooth.markdown +++ b/source/_integrations/gardena_bluetooth.markdown @@ -23,29 +23,29 @@ ha_integration_type: integration The Gardena Bluetooth integration allows users to integrate their Gardena Bluetooth devices into Home Assistant. -See device section for support information: [Water Control](#water-control), [Irrigation Valves](#irrigation-valves), [Lawn Mowers](#lawn-mowers), [Garden Pumps](#gard-pumps) +See device section for support information: [water control](#water-control), [irrigation valves](#irrigation-valves), [lawn mowers](#lawn-mowers), [garden pumps](#gard-pumps) {% include integrations/config_flow.md %} -## Water Control +## Water control - Water Control Bluetooth ([01889-20](https://www.gardena.com/int/products/watering/water-controls/water-control-bluetooth)) - Soil Moisture Sensors ([1867-20](https://www.gardena.com/int/products/watering/water-controls/soil-moisture-sensor/)) -The paring of the device may require a [Factory Reset](#factory-reset) before it allows a connection. +The paring of the device may require a [factory reset](#factory-reset) before it allows a connection. ### Limitations - Control of offline scheduling settings is not supported. -- Use of the official Android application, sometimes locks out access to device until [Factory Reset](#factory-reset) is performed or Bluetooth is disabled in the Android device. +- Use of the official Android application, sometimes locks out access to device until [factory reset](#factory-reset) is performed or Bluetooth is disabled in the Android device. -### Factory Reset +### Factory reset 1. Remove the battery. 2. Push and hold Man. button and reinsert the battery. 3. Hold the button for approx. 10 seconds. -## Irrigation Valves +## Irrigation valves - Irrigation Valve 9 V Bluetooth ([1285-20](https://www.gardena.com/int/products/watering/sprinklersystem/irrigation-valve-9-v-bluetooth/970480401/)) @@ -53,7 +53,7 @@ The paring of the device may require a [Factory Reset](#factory-reset) before it Irrigation valves are currently untested, but expected to work. -## Lawn Mowers +## Lawn mowers ### Limitations diff --git a/source/_integrations/google_tasks.markdown b/source/_integrations/google_tasks.markdown index 00461c32983..c5f8a0a25ea 100644 --- a/source/_integrations/google_tasks.markdown +++ b/source/_integrations/google_tasks.markdown @@ -2,7 +2,7 @@ title: Google Tasks description: Instructions on how to use Google Tasks in Home Assistant. ha_category: - - To-do List + - To-do list ha_iot_class: Cloud Polling ha_release: 2023.11 ha_config_flow: true diff --git a/source/_integrations/lawn_mower.markdown b/source/_integrations/lawn_mower.markdown index 3148f38b080..42e870ace45 100644 --- a/source/_integrations/lawn_mower.markdown +++ b/source/_integrations/lawn_mower.markdown @@ -1,11 +1,11 @@ --- -title: Lawn Mower +title: Lawn mower description: Instructions on how to setup and use lawn mowers in Home Assistant. ha_release: 2023.9 ha_domain: lawn_mower ha_quality_scale: internal ha_category: - - Lawn Mower + - Lawn mower ha_codeowners: - '@home-assistant/core' ha_integration_type: entity diff --git a/source/_integrations/lawn_mower.mqtt.markdown b/source/_integrations/lawn_mower.mqtt.markdown index fee2619b7ee..efbc6eda481 100644 --- a/source/_integrations/lawn_mower.mqtt.markdown +++ b/source/_integrations/lawn_mower.mqtt.markdown @@ -1,8 +1,8 @@ --- -title: "MQTT Lawn Mower" +title: "MQTT lawn mower" description: "Instructions on how to integrate MQTT lawn mowers into Home Assistant." ha_category: - - Lawn Mower + - Lawn mower ha_release: 2023.9 ha_iot_class: Configurable ha_domain: mqtt @@ -12,7 +12,7 @@ The `mqtt` `lawn_mower` platform allows controlling a lawn mower over MQTT. ## Configuration -To enable MQTT Lawn Mower in your installation, add the following to your `configuration.yaml` file: +To enable MQTT lawn mower in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/local_todo.markdown b/source/_integrations/local_todo.markdown index 2096d34721a..3786fe8e9a6 100644 --- a/source/_integrations/local_todo.markdown +++ b/source/_integrations/local_todo.markdown @@ -2,7 +2,7 @@ title: Local To-do description: Instructions on how to use local to-do lists in Home Assistant. ha_category: - - To-do List + - To-do list ha_iot_class: Local Polling ha_release: 2023.11 ha_config_flow: true diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 5e114082a6b..c1bee54563e 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -227,7 +227,7 @@ The discovery of MQTT devices will enable one to use MQTT devices with only mini - [Humidifier](/integrations/humidifier.mqtt/) - [Image](/integrations/image.mqtt/) - [Climate/HVAC](/integrations/climate.mqtt/) -- [Lawn Mower](/integrations/lawn_mower.mqtt/) +- [Lawn mower](/integrations/lawn_mower.mqtt/) - [Light](/integrations/light.mqtt/) - [Lock](/integrations/lock.mqtt/) - [Number](/integrations/number.mqtt/) @@ -980,7 +980,7 @@ mqtt: - [Humidifier](/integrations/humidifier.mqtt/) - [Image](/integrations/image.mqtt/) - [Climate/HVACs](/integrations/climate.mqtt/) -- [Lawn Mower](/integrations/lawn_mower.mqtt/) +- [Lawn mower](/integrations/lawn_mower.mqtt/) - [Light](/integrations/light.mqtt/) - [Lock](/integrations/lock.mqtt/) - [Number](/integrations/number.mqtt/) diff --git a/source/_integrations/panel_custom.markdown b/source/_integrations/panel_custom.markdown index 95074a308d7..bd3270a9b65 100644 --- a/source/_integrations/panel_custom.markdown +++ b/source/_integrations/panel_custom.markdown @@ -1,8 +1,8 @@ --- -title: Custom Panel -description: Instructions on how to add customized panels to the frontend of Home Assistant. +title: Custom panel +description: Instructions on how to add customized panels to the front end of Home Assistant. ha_category: - - Front End + - Front end ha_release: 0.26 ha_quality_scale: internal ha_codeowners: diff --git a/source/_integrations/panel_iframe.markdown b/source/_integrations/panel_iframe.markdown index e286e6324c3..2ab32f0e0a1 100644 --- a/source/_integrations/panel_iframe.markdown +++ b/source/_integrations/panel_iframe.markdown @@ -1,8 +1,8 @@ --- -title: iframe Panel -description: Instructions on how to add iFrames in the frontend of Home Assistant. +title: iFrame panel +description: Instructions on how to add iFrames in the front end of Home Assistant. ha_category: - - Front End + - Front end ha_release: 0.25 ha_quality_scale: internal ha_codeowners: diff --git a/source/_integrations/prusalink.markdown b/source/_integrations/prusalink.markdown index f9c090fd6c8..5e5846ea8d2 100644 --- a/source/_integrations/prusalink.markdown +++ b/source/_integrations/prusalink.markdown @@ -2,7 +2,7 @@ title: PrusaLink description: Instructions on monitoring Prusa 3D printers using PrusaLink. ha_category: - - 3D Printing + - 3D printing ha_iot_class: Local Polling ha_release: '2022.9' ha_config_flow: true diff --git a/source/_integrations/rss_feed_template.markdown b/source/_integrations/rss_feed_template.markdown index 5db2cffe80f..5e7a04bfa47 100644 --- a/source/_integrations/rss_feed_template.markdown +++ b/source/_integrations/rss_feed_template.markdown @@ -1,8 +1,8 @@ --- -title: RSS Feed Template +title: RSS feed template description: Use this integration to generate RSS feeds showing your latest data. ha_category: - - Front End + - Front end ha_iot_class: Local Push ha_release: 0.44 ha_quality_scale: internal diff --git a/source/_integrations/shopping_list.markdown b/source/_integrations/shopping_list.markdown index ae9e8f873d4..957202089ed 100644 --- a/source/_integrations/shopping_list.markdown +++ b/source/_integrations/shopping_list.markdown @@ -3,7 +3,7 @@ title: Shopping list description: Instructions on how to integrate a Shopping list into Home Assistant using Intent. ha_category: - Intent - - To-do List + - To-do list ha_release: '0.50' ha_config_flow: true ha_quality_scale: internal @@ -76,7 +76,7 @@ Sort all items by name in the shopping list. |------------------------|----------|---------------------------------------------------------------------| | `reverse` | yes | Whether to sort in reverse (_descending_) order. (default: `False`) | -## Using in Automations +## Using in automations A `shopping_list_updated` event is triggered when items in the list are modified, with the following data payload attached to it. This can be used to trigger automations such as sending a push notification when someone adds an item to the shopping list, which when clicked, will open the list. diff --git a/source/_integrations/todo.markdown b/source/_integrations/todo.markdown index e970205be61..2215e6c5b30 100644 --- a/source/_integrations/todo.markdown +++ b/source/_integrations/todo.markdown @@ -4,7 +4,7 @@ description: Instructions on how to use to-do lists within Home Assistant. ha_domain: todo ha_release: 2023.11 ha_category: - - To-do List + - To-do list ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' @@ -28,7 +28,6 @@ in the main sidebar of your Home Assistant instance. The state of a to-do list entity is a number, which represents the number of incomplete items in the list. - ## Services Some to-do list integrations allow Home Assistant to manage the to-do items in the list. The diff --git a/source/_integrations/todoist.markdown b/source/_integrations/todoist.markdown index 4f1404904ba..a76b775331f 100644 --- a/source/_integrations/todoist.markdown +++ b/source/_integrations/todoist.markdown @@ -3,7 +3,7 @@ title: Todoist description: Instructions on how to integrate Todoist into Home Assistant. ha_category: - Calendar - - To-do List + - To-do list ha_iot_class: Cloud Polling ha_release: 0.54 ha_codeowners: