mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +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
|
||||
```
|
||||
|
||||
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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user