Update configuration sample
This commit is contained in:
parent
df55293748
commit
2ff9fe634c
1 changed files with 6 additions and 8 deletions
|
@ -17,7 +17,7 @@ To add this platform to your installation, add the following to your `configurat
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: systemmonitor
|
||||
platform: systemmonitor
|
||||
resources:
|
||||
- type: disk_use_percent
|
||||
arg: /home
|
||||
|
@ -31,7 +31,6 @@ Configuration variables:
|
|||
- **type** (*Required*): The type of the information to display, please check the table below for details.
|
||||
- **arg** (*Optional*): Argument to use, please check the table below for details.
|
||||
|
||||
|
||||
The table contains types and their argument to use in your `configuration.yaml` file.
|
||||
|
||||
| Type (- type:) | Argument (arg:) |
|
||||
|
@ -57,4 +56,3 @@ The table contains types and their argument to use in your `configuration.yaml`
|
|||
| since_last_boot | |
|
||||
|
||||
|
||||
[Theodor Lindquist](https://github.com/theolind) has contributed the System monitoring platform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue