home-assistant.io/source/_integrations/pocketcasts.markdown
Alok Saboo 7568a7ea95
Remove excessive warnings (#12444)
* Remove excessive warnings

* Address comments
2020-03-19 19:10:55 +01:00

35 lines
959 B
Markdown

---
title: Pocket Casts
description: Instructions on how to set up Pocket Casts sensors within Home Assistant.
ha_category:
- Multimedia
ha_release: 0.39
ha_iot_class: Cloud Polling
ha_domain: pocketcasts
---
The `pocketcasts` sensor platform lets you monitor how many unplayed episodes you have of your favorite podcasts at [Pocket Casts](https://play.pocketcasts.com/). This integration requires a [Pocket Casts + Plus](https://www.pocketcasts.com/plus/) subscription to work!
## 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 %}