home-assistant.github.io/source/_components/sensor.pocketcasts.markdown
Paulus Schoutsen 9fa6b9a15b Fix
2017-02-26 11:57:31 -08:00

27 lines
656 B
Markdown

---
layout: page
title: PocketCasts
description: "Instructions on how to set up PocketCasts sensors within Home Assistant."
date: 2017-02-14 08:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
ha_release: 0.39
---
To enable this sensor, add the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
sensor:
- platform: pocketcasts
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
Configuration options for the PocketCasts Sensor:
- **username** (*Required*): The username to access the PocketCasts service.
- **password** (*Required*): The password for the given username.