PocketCasts


The pocketcasts sensor platform let one monitor the podcasts at Pocket Casts.

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 variables:

  • username (Required): The username to access the PocketCasts service.
  • password (Required): The password for the given username.