mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **url** (*Optional*): The URL to track. Default to `http://localhost:9001/RPC2`.
|
||||
|
||||
{% configuration %}
|
||||
url:
|
||||
description: The URL to track.
|
||||
required: false
|
||||
default: "http://localhost:9001/RPC2"
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user