From 69f06bc8e2a9c337083cf5859448be155a9816dd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 5 Aug 2017 16:06:14 +0200 Subject: [PATCH] Add intro --- source/_components/sensor.pocketcasts.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.pocketcasts.markdown b/source/_components/sensor.pocketcasts.markdown index 7b54f8da5b3..89d48c79f3c 100644 --- a/source/_components/sensor.pocketcasts.markdown +++ b/source/_components/sensor.pocketcasts.markdown @@ -13,6 +13,8 @@ ha_release: 0.39 ha_iot_class: "Cloud Polling" --- +The `pocketcasts` sensor platform let one monitor the podcasts at [Pocket Casts](https://play.pocketcasts.com/). + To enable this sensor, add the following lines to your `configuration.yaml`: ```yaml @@ -23,7 +25,7 @@ sensor: password: YOUR_PASSWORD ``` -Configuration options for the PocketCasts Sensor: +Configuration variables: - **username** (*Required*): The username to access the PocketCasts service. - **password** (*Required*): The password for the given username.