From b10c087c0a53b34407ba7f9652aa33df6aa4428d Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 20 Oct 2019 20:24:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Move=20integrations=20to=20the?= =?UTF-8?q?=20right=20folder=20(#10909)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/{_components => _integrations}/apprise.markdown | 4 ++-- source/{_components => _integrations}/sinch.markdown | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename source/{_components => _integrations}/apprise.markdown (98%) rename source/{_components => _integrations}/sinch.markdown (99%) diff --git a/source/_components/apprise.markdown b/source/_integrations/apprise.markdown similarity index 98% rename from source/_components/apprise.markdown rename to source/_integrations/apprise.markdown index 082997a01e0..b2759586a5d 100644 --- a/source/_components/apprise.markdown +++ b/source/_integrations/apprise.markdown @@ -4,10 +4,10 @@ description: "Instructions on how to add Apprise notifications to Home Assistant logo: apprise.png ha_category: - Notifications -ha_release: "0.101" +ha_release: 0.101 --- -The [Apprise service](https://github.com/caronc/apprise/) is an all-in-one solution to open up Home Assistant to _just about_ every Notification platform (such as Amazon SNS, Discord, Telegram, Slack, MSTeams, Twilio, etc. +The [Apprise service](https://github.com/caronc/apprise/) is an all-in-one solution to open up Home Assistant to _just about_ every Notification platform (such as Amazon SNS, Discord, Telegram, Slack, MSTeams, Twilio, etc.) To use Apprise supported notifications, add the following to your `configuration.yaml` file: diff --git a/source/_components/sinch.markdown b/source/_integrations/sinch.markdown similarity index 99% rename from source/_components/sinch.markdown rename to source/_integrations/sinch.markdown index d1c8c2e07a4..e2ed441979f 100644 --- a/source/_components/sinch.markdown +++ b/source/_integrations/sinch.markdown @@ -4,7 +4,7 @@ description: "Instructions on how to add Sinch notifications to Home Assistant." logo: sinch.png ha_category: - Notifications -ha_release: 0.100 +ha_release: 0.101 --- The `sinch` platform uses [Sinch](https://www.sinch.com/products/messaging/sms/) to deliver notifications from Home Assistant.