From a17b38f0f393c7edee6b0acf66718b61c997a9e6 Mon Sep 17 00:00:00 2001
From: Stefan <37924749+stefanroelofs@users.noreply.github.com>
Date: Mon, 10 Oct 2022 15:07:51 +0200
Subject: [PATCH] Fix duplicate metadata (#24490)
Co-authored-by: Franck Nijhof
---
source/_integrations/device_automation.markdown | 1 +
source/_integrations/free_mobile.markdown | 14 +++++++++-----
source/_integrations/guardian.markdown | 2 +-
source/_integrations/hardware.markdown | 1 +
source/_integrations/llamalab_automate.markdown | 8 ++++++--
source/_integrations/message_bird.markdown | 4 ++--
source/_integrations/twilio_call.markdown | 6 ++++--
source/_integrations/twilio_sms.markdown | 8 +++++---
source/_integrations/webhook.markdown | 7 +++++--
9 files changed, 34 insertions(+), 17 deletions(-)
diff --git a/source/_integrations/device_automation.markdown b/source/_integrations/device_automation.markdown
index b0a76975430..1036db1e390 100644
--- a/source/_integrations/device_automation.markdown
+++ b/source/_integrations/device_automation.markdown
@@ -1,5 +1,6 @@
---
title: Device Automation
+description: Information about the Device Automation plugin.
ha_category:
- Automation
ha_release: 0.7
diff --git a/source/_integrations/free_mobile.markdown b/source/_integrations/free_mobile.markdown
index c8cabc75a58..c203c03c1f7 100644
--- a/source/_integrations/free_mobile.markdown
+++ b/source/_integrations/free_mobile.markdown
@@ -1,6 +1,6 @@
---
title: Free Mobile
-description: Instructions on how to add user notifications to Home Assistant.
+description: Instructions on how to add Free Mobile SMS notifications to Home Assistant.
ha_category:
- Notifications
ha_release: 0.11
@@ -11,7 +11,9 @@ ha_platforms:
ha_integration_type: integration
---
-The `free_mobile` platform is using the French mobile operator [Free Mobile](http://mobile.free.fr/) to send SMS to your own cell phone.
+The `free_mobile` platform uses the French mobile operator [Free Mobile](http://mobile.free.fr/) to send SMS to your own cell phone.
+
+## Prerequisites
Before doing anything, you have to activate the SMS API option in your Free Mobile account (In "Gérer mon compte -> Mes Options"). Activating this option will automatically generate a token which is required in your configuration.
@@ -19,13 +21,15 @@ Before doing anything, you have to activate the SMS API option in your Free Mobi
-This API only send classic SMS and only on the cell phone of the account owner. So you only have to provide a text message in your payload.
+This API only sends classic SMS messages and only to the cell phone of the account owner. So you only have to provide a text message in your payload.
If you disable and re-enable the SMS API option, please be sure to update your token in your configuration.
-To enable SMS notifications in your installation, add the following to your `configuration.yaml` file:
+## Configuration
+
+To use this notification platform in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
@@ -43,7 +47,7 @@ name:
type: string
default: notify
username:
- description: This is the id given by FreeMobile to access to your online account.
+ description: This is the id given by FreeMobile to access your online account.
required: true
type: string
access_token:
diff --git a/source/_integrations/guardian.markdown b/source/_integrations/guardian.markdown
index 74562bbed95..2d80d271f8c 100644
--- a/source/_integrations/guardian.markdown
+++ b/source/_integrations/guardian.markdown
@@ -1,6 +1,6 @@
---
title: Elexa Guardian
-description: Instructions on how to integrate SimpliSafe into Home Assistant.
+description: Instructions on how to integrate Guardian into Home Assistant.
ha_iot_class: Local Polling
ha_release: '0.111'
ha_category:
diff --git a/source/_integrations/hardware.markdown b/source/_integrations/hardware.markdown
index d811411bfa7..199f7d9221a 100644
--- a/source/_integrations/hardware.markdown
+++ b/source/_integrations/hardware.markdown
@@ -1,5 +1,6 @@
---
title: Hardware
+description: Instructions on how to setup the Hardware integration
ha_category:
- Other
ha_release: 2022.6
diff --git a/source/_integrations/llamalab_automate.markdown b/source/_integrations/llamalab_automate.markdown
index 11448280b68..f4a6b85f9ef 100644
--- a/source/_integrations/llamalab_automate.markdown
+++ b/source/_integrations/llamalab_automate.markdown
@@ -1,6 +1,6 @@
---
title: LlamaLab Automate
-description: Instructions on how to add user notifications to Home Assistant.
+description: Instructions on how to add LlamaLab Automate notifications to Home Assistant.
ha_category:
- Notifications
ha_iot_class: Cloud Push
@@ -13,9 +13,13 @@ ha_integration_type: integration
The `llamalab_automate` platform uses Googles Cloud Messaging Services to push messages from Home Assistant to your Android device running the LlamaLab [Automate](https://llamalab.com/automate/) app. This can serve as an alternative to Tasker + AutoRemote.
+## Prerequisites
+
Go to [https://llamalab.com/automate/cloud/](https://llamalab.com/automate/cloud/) and create a new API key/secret.
-To add Automate to your installation, add the following to your `configuration.yaml` file:
+## Configuration
+
+To use this notification platform in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
diff --git a/source/_integrations/message_bird.markdown b/source/_integrations/message_bird.markdown
index cbf97adc85f..d20a448105a 100644
--- a/source/_integrations/message_bird.markdown
+++ b/source/_integrations/message_bird.markdown
@@ -1,6 +1,6 @@
---
title: MessageBird
-description: Instructions on how to add user notifications to Home Assistant.
+description: Instructions on how to add MessageBird notifications to Home Assistant.
ha_category:
- Notifications
ha_iot_class: Cloud Push
@@ -15,7 +15,7 @@ The `MessageBird` notification platform sends notifications as SMS messages usin
## Setup
-Go to https://www.messagebird.com/ to retrieve your API key.
+Go to [MessageBird](https://www.messagebird.com/) to retrieve your API key.
## Configuration
diff --git a/source/_integrations/twilio_call.markdown b/source/_integrations/twilio_call.markdown
index d68d45c533b..1e045f4e41a 100644
--- a/source/_integrations/twilio_call.markdown
+++ b/source/_integrations/twilio_call.markdown
@@ -1,6 +1,6 @@
---
title: Twilio Call
-description: Instructions on how to add user notifications to Home Assistant.
+description: Instructions on how to add Twilio Call notifications to Home Assistant.
ha_category:
- Notifications
ha_release: 0.37
@@ -16,6 +16,8 @@ Passed message will be read by Text-To-Speech service.
The requirement is that you have setup [Twilio](/integrations/twilio/).
+## Configuration
+
To use this notification platform in your installation, add the following to your `configuration.yaml` file:
```yaml
@@ -40,7 +42,7 @@ name:
### Usage
-Twilio is a notify platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers.
+Twilio is a notification platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers.
```yaml
# Example automation notification entry
diff --git a/source/_integrations/twilio_sms.markdown b/source/_integrations/twilio_sms.markdown
index 173a064649e..5c5e2a1567b 100644
--- a/source/_integrations/twilio_sms.markdown
+++ b/source/_integrations/twilio_sms.markdown
@@ -1,6 +1,6 @@
---
title: Twilio SMS
-description: Instructions on how to add user notifications to Home Assistant.
+description: Instructions on how to add Twilio SMS notifications to Home Assistant.
ha_category:
- Notifications
ha_release: '0.20'
@@ -11,10 +11,12 @@ ha_platforms:
ha_integration_type: integration
---
-The `twilio` notification platform enables sending notifications via SMS, powered by [Twilio](https://twilio.com).
+The `twilio_sms` notification platform enables sending notifications via SMS, powered by [Twilio](https://twilio.com).
The requirement is that you have setup [Twilio](/integrations/twilio/).
+## Configuration
+
To use this notification platform in your installation, add the following to your `configuration.yaml` file:
```yaml
@@ -39,7 +41,7 @@ name:
### Usage
-Twilio is a notify platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers. It's also possible to use `whatsapp:+123456789` for sending notifications to a Whatsapp user.
+Twilio is a notification platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers. It's also possible to use `whatsapp:+123456789` for sending notifications to a Whatsapp user.
Media can be included with messages by setting the optional `media_url` variable. Only `.gif`, `.png`, or `.jpeg` content are supported, according to the Twilio documentation and this feature is [only supported in the US and Canada.][mms]
diff --git a/source/_integrations/webhook.markdown b/source/_integrations/webhook.markdown
index f1abf6b5d8c..53ff11cb9d8 100644
--- a/source/_integrations/webhook.markdown
+++ b/source/_integrations/webhook.markdown
@@ -1,11 +1,14 @@
---
-ha_release: 0.8
title: Webhook
-ha_domain: webhook
+description: Instructions on how to setup webhook triggers within Home Assistant.
+ha_category:
+ - Automation
+ha_release: 0.8
ha_quality_scale: internal
ha_category: []
ha_codeowners:
- '@home-assistant/core'
+ha_domain: webhook
ha_integration_type: integration
---