mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Update Pocketcasts sensor component configuration (#7123)
This commit is contained in:
parent
73e149c54d
commit
ead929d164
@ -27,7 +27,13 @@ sensor:
|
|||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
username:
|
||||||
- **username** (*Required*): The username to access the PocketCasts service.
|
description: The username to access the PocketCasts service.
|
||||||
- **password** (*Required*): The password for the given username.
|
required: true
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: The password for the given username.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user