mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: systemmonitor
|
platform: systemmonitor
|
||||||
resources:
|
resources:
|
||||||
- type: disk_use_percent
|
- type: disk_use_percent
|
||||||
arg: /home
|
arg: /home
|
||||||
@ -31,7 +31,6 @@ Configuration variables:
|
|||||||
- **type** (*Required*): The type of the information to display, please check the table below for details.
|
- **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.
|
- **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.
|
The table contains types and their argument to use in your `configuration.yaml` file.
|
||||||
|
|
||||||
| Type (- type:) | Argument (arg:) |
|
| Type (- type:) | Argument (arg:) |
|
||||||
@ -57,4 +56,3 @@ The table contains types and their argument to use in your `configuration.yaml`
|
|||||||
| since_last_boot | |
|
| since_last_boot | |
|
||||||
|
|
||||||
|
|
||||||
[Theodor Lindquist](https://github.com/theolind) has contributed the System monitoring platform.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user