From ead929d164da5478b07174d0178b7934e89c7614 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 26 Oct 2018 14:06:13 +0200 Subject: [PATCH] Update Pocketcasts sensor component configuration (#7123) --- source/_components/sensor.pocketcasts.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/source/_components/sensor.pocketcasts.markdown b/source/_components/sensor.pocketcasts.markdown index 0a1c0d1fce8..10fcc6003e7 100644 --- a/source/_components/sensor.pocketcasts.markdown +++ b/source/_components/sensor.pocketcasts.markdown @@ -27,7 +27,13 @@ sensor: password: YOUR_PASSWORD ``` -Configuration variables: - -- **username** (*Required*): The username to access the PocketCasts service. -- **password** (*Required*): The password for the given username. +{% configuration %} +username: + description: The username to access the PocketCasts service. + required: true + type: string +password: + description: The password for the given username. + required: true + type: string +{% endconfiguration %}