mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 22:07:35 +00:00
1017 B
1017 B
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_platforms | ha_integration_type | ||
---|---|---|---|---|---|---|---|---|---|
Pocket Casts | Instructions on how to set up Pocket Casts sensors within Home Assistant. |
|
0.39 | Cloud Polling | pocketcasts |
|
integration |
The pocketcasts
sensor platform lets you monitor how many unplayed episodes you have of your favorite podcasts at Pocket Casts. This integration requires a Pocket Casts + Plus subscription to work!
Configuration
To enable this sensor, add the following lines to your configuration.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 %}