--- title: PocketCasts description: "Instructions on how to set up PocketCasts sensors within Home Assistant." logo: pocketcasts.png ha_category: - Multimedia ha_release: 0.39 ha_iot_class: Cloud Polling redirect_from: - /components/sensor.pocketcasts/ --- The `pocketcasts` sensor platform lets one monitor the podcasts at [Pocket Casts](https://play.pocketcasts.com/). ## Configuration To enable this sensor, add the following lines to your `configuration.yaml`: ```yaml # Example configuration.yaml entry sensor: - platform: pocketcasts username: YOUR_USERNAME password: YOUR_PASSWORD ``` {% 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 %}