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 %}