Update Pocketcasts sensor component configuration (#7123)

This commit is contained in:
Klaas Schoute 2018-10-26 14:06:13 +02:00 committed by Fabian Affolter
parent 73e149c54d
commit ead929d164

View File

@ -27,7 +27,13 @@ sensor:
password: YOUR_PASSWORD
```
Configuration variables:
- **username** (*Required*): The username to access the PocketCasts service.
- **password** (*Required*): The password for the given username.
{% 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 %}