mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update Supervisord sensor component configuration variable (#6900)
This commit is contained in:
parent
163e8182ef
commit
4134ce26a9
@ -37,7 +37,10 @@ sensor:
|
|||||||
- platform: supervisord
|
- platform: supervisord
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
url:
|
||||||
- **url** (*Optional*): The URL to track. Default to `http://localhost:9001/RPC2`.
|
description: The URL to track.
|
||||||
|
required: false
|
||||||
|
default: "http://localhost:9001/RPC2"
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user