home-assistant.io/source/_integrations/pocketcasts.markdown
c0ffeeca7 e16346db9f
p-q-integrations: restart HA after changing config (#32716)
Co-authored-by: Johann Kellerman <kellerza@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-05-13 17:21:22 +02:00

1.2 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type related
Pocket Casts Instructions on how to set up Pocket Casts sensors within Home Assistant.
Multimedia
0.39 Cloud Polling pocketcasts
sensor
integration
docs title
/docs/configuration/ Configuration file

The pocketcasts sensor {% term integration %} 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 {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

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