2019-04-17 22:46:06 +00:00
|
|
|
###############################################################################
|
|
|
|
# @author : Mahasri Kalavala
|
|
|
|
# @date : 04/15/2017
|
|
|
|
# @package : Home Assistant
|
|
|
|
# @description : Bunch of Sensors that are system or environment related
|
|
|
|
###############################################################################
|
|
|
|
homeassistant:
|
|
|
|
|
|
|
|
sensor:
|
|
|
|
- platform: rest
|
|
|
|
resource: http://icanhazip.com
|
|
|
|
name: external_ip
|
2019-12-20 15:32:28 +00:00
|
|
|
value_template: "{{ value }}"
|
2019-04-17 22:46:06 +00:00
|
|
|
scan_interval: 86400
|
|
|
|
|
|
|
|
- platform: systemmonitor
|
|
|
|
resources:
|
|
|
|
- type: disk_free
|
|
|
|
arg: /
|
|
|
|
- type: memory_free
|
|
|
|
- type: processor_use
|
|
|
|
- type: ipv4_address
|
|
|
|
arg: ens160
|
|
|
|
- type: last_boot
|