home-assistant.io/source/_integrations/pocketcasts.markdown
heytcass cdcd303e3c Adding detail. (#11021)
Added a little detail as to what the sensor actually tracks.
2019-10-28 08:33:13 +01:00

851 B

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
PocketCasts Instructions on how to set up PocketCasts sensors within Home Assistant. pocketcasts.png
Multimedia
0.39 Cloud Polling

The pocketcasts sensor platform lets you monitor how many unplayed episodes you have of your favorite podcasts at Pocket Casts.

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