mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add pocket casts sensor
This commit is contained in:
parent
4aa3a0cbbe
commit
eeb1ae87df
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…
x
Reference in New Issue
Block a user