mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 19:16:50 +00:00

* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
945 B
945 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class | redirect_from | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page | PocketCasts | Instructions on how to set up PocketCasts sensors within Home Assistant. | 2017-02-14 08:00 | true | false | true | true | pocketcasts.png |
|
0.39 | Cloud Polling |
|
The pocketcasts
sensor platform lets one monitor the 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 %}