mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Update configuration sample
This commit is contained in:
parent
df55293748
commit
2ff9fe634c
@ -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…
x
Reference in New Issue
Block a user