-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsensors.yaml
executable file
·65 lines (58 loc) · 1.42 KB
/
sensors.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
########## GITHUB INTEGRATION ##########
- platform: github
access_token: !secret github_access_token
repositories:
- path: 'AnneEjsing/Home-Assistant-Configuration'
########## TIME AND DATE ##########
- platform: time_date
display_options:
- "time"
- "date"
- "date_time"
- "date_time_utc"
- "date_time_iso"
- "time_date"
- "time_utc"
########## SYSTEM INFORMATION ##########
#==============================
#=== PI Information
#==============================
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /home
- type: memory_free
- type: memory_use
- type: memory_use_percent
- type: processor_use
- type: processor_temperature
- type: last_boot
- type: network_in
arg: eth0
- type: network_out
arg: eth0
- type: ipv4_address
arg: eth0
- type: ipv4_address
arg: eth0
#==============================
#=== System uptime
#==============================
- platform: uptime
#==============================
#=== Installed hass.io version
#==============================
- platform: version
name: Installed Version
#================================
#=== HOME ASSISTANT
#================================
- platform: version
name: Latest Available Version
beta: false
image: raspberrypi3
source: hassio
- platform: filesize
file_paths:
- /config/home-assistant_v2.db
- /config/home-assistant.log