mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Integrations: apply sentence-style capitalization (#29977)
* Integrations: apply sentence-style capitalizytion * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
parent
9daeffc177
commit
fba25682cd
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/)
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user