-
Notifications
You must be signed in to change notification settings - Fork 0
/
sensors.yaml
98 lines (98 loc) · 2.34 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
- platform: yr
# - platform: speedtest
# server_id: 1782
# minute:
# - 0
# - 30
# monitored_conditions:
# - ping
# - download
# - upload
- platform: iqvia
zip_code: !secret lake_zip_code
monitored_conditions:
- allergy_average_forecasted
- allergy_index_today
- allergy_index_tomorrow
- asthma_average_forecasted
- asthma_index_today
- asthma_index_tomorrow
- disease_average_forecasted
- disease_index_today
- platform: wunderground
api_key: !secret wunderground_api_key
pws_id: !secret wunderground_pws_id
monitored_conditions:
- station_id
- precip_today_in
- pressure_in
- pressure_trend
- relative_humidity
- temp_high_record_f
- temp_high_1d_f
- temp_f
- temp_low_1d_f
- temp_low_record_f
- dewpoint_f
- feelslike_f
- precip_1d
- precip_1d_in
- UV
- visibility_mi
- weather_1h
- wind_degrees
- wind_dir
- wind_mph
- wind_gust_mph
- wind_1d_mph
- alerts
- weather_1d
- weather_1n
- weather_2d
- weather_2n
- weather_3d
- weather_3n
- weather_4d
- weather_4n
- platform: airvisual
api_key: !secret airvisual_api_key
monitored_conditions:
- us
show_on_map: false
scan_interval: 600
- platform: template
sensors:
harmony_hub_living_room_lake:
value_template: '{{ states.remote.living_room_lake.attributes.current_activity }}'
friendly_name: 'Living Room'
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /
- type: memory_use_percent
- type: swap_use_percent
- type: processor_use
- type: load_1m
- type: load_5m
- type: load_15m
- type: network_in
arg: eth0
- type: network_out
arg: eth0
- platform: time_date
display_options:
- 'date_time'
- platform: travisci
api_key: !secret travisci_api_key
repository: HomeAssistantConfig
- platform: crimereports
radius: 8000
name: Crime Reports
exclude: ['Community Policing']
- platform: command_line
name: HomeAssistant Version
command: >-
cat /config/.HA_VERSION
scan_interval: 60
- platform: uptime
name: "HomeAssistant Uptime"