home-assistant.io/source/_components/sensor.pocketcasts.markdown
Fabian Affolter 95546aa3fc
Move to Network category (#6181)
* Move to Network category

* Update category and other fixes
2018-09-03 10:48:27 +02:00

841 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page PocketCasts Instructions on how to set up PocketCasts sensors within Home Assistant. 2017-02-14 08:00 true false true true pocketcasts.png Multimedia 0.39 Cloud Polling

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

{% linkable_title 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 variables:

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