Add pocket casts sensor
This commit is contained in:
parent
4aa3a0cbbe
commit
eeb1ae87df
1 changed files with 28 additions and 0 deletions
28
source/_components/sensor.pocketcasts.markdown
Normal file
28
source/_components/sensor.pocketcasts.markdown
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Fedex Sensor
|
||||||
|
description: "Instructions on how to set up FedEx sensors within Home Assistant."
|
||||||
|
date: 2017-02-14 08:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: fedex.png
|
||||||
|
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 FedEx Sensor:
|
||||||
|
|
||||||
|
- **username** (*Required*): The username to access the PocketCasts service.
|
||||||
|
- **password** (*Required*): The password for the given username.
|
Loading…
Add table
Add a link
Reference in a new issue