mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Made example config more YAMLy
This commit is contained in:
parent
3173249dc3
commit
dd92173576
@ -106,11 +106,16 @@ automation 2:
|
|||||||
sensor:
|
sensor:
|
||||||
platform: systemmonitor
|
platform: systemmonitor
|
||||||
resources:
|
resources:
|
||||||
- {type: 'disk_use_percent', arg: '/'}
|
- type: 'disk_use_percent'
|
||||||
- {type: 'disk_use_percent', arg: '/home'}
|
arg: '/'
|
||||||
- {type: 'disk_use', arg: '/home'}
|
- type: 'disk_use_percent'
|
||||||
- {type: 'disk_free', arg: '/'}
|
arg: '/home'
|
||||||
- {type: 'memory_use_percent'}
|
- type: 'disk_use'
|
||||||
- {type: 'memory_use'}
|
arg: '/home'
|
||||||
- {type: 'memory_free'}
|
- type: 'disk_free'
|
||||||
- {type: 'processor_use'}
|
arg: '/'
|
||||||
|
- type: 'memory_use_percent'
|
||||||
|
- type: 'memory_use'
|
||||||
|
- type: 'memory_free'
|
||||||
|
- type: 'processor_use'
|
||||||
|
- type: 'unknown sensor type'
|
Loading…
x
Reference in New Issue
Block a user