mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Update vultr.markdown (#17958)
Fix current_bandwidth_used by current_bandwidth_gb
This commit is contained in:
parent
f070c0fb7f
commit
ed7c66e068
@ -128,13 +128,13 @@ monitored_conditions:
|
|||||||
detault: All conditions
|
detault: All conditions
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
current_bandwidth_used:
|
current_bandwidth_gb:
|
||||||
description: The current (invoice period) bandwidth usage in Gigabytes (GB).
|
description: The current (invoice period) bandwidth usage in Gigabytes (GB).
|
||||||
pending_charges:
|
pending_charges:
|
||||||
description: The current (invoice period) charges that have built up for this subscription. Value is in US Dollars (US$).
|
description: The current (invoice period) charges that have built up for this subscription. Value is in US Dollars (US$).
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
Full `configuration.yaml` using `{}` to format condition name (produces `sensor.server_current_bandwidth_used` and `sensor.server_pending_charges`):
|
Full `configuration.yaml` using `{}` to format condition name (produces `sensor.server_current_bandwidth_gb` and `sensor.server_pending_charges`):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
sensor:
|
||||||
@ -142,7 +142,7 @@ sensor:
|
|||||||
name: Server {}
|
name: Server {}
|
||||||
subscription: 123456
|
subscription: 123456
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- current_bandwidth_used
|
- current_bandwidth_gb
|
||||||
- pending_charges
|
- pending_charges
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user