For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /home-assistant/integrations/pocketcasts.md.

Pocket Casts

The Pocket Casts 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 "configuration.yaml" file. :::tip 更改配置后需要重启 Home Assistant。 :::

# Example configuration.yaml entry
sensor:
  - platform: pocketcasts
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
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