-
Notifications
You must be signed in to change notification settings - Fork 0
/
sensors.yaml
executable file
·63 lines (54 loc) · 1.06 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
- platform: yr
- platform: yweather
monitored_conditions:
- weather
- weather_current
- temp_min
- temp_max
- wind_speed
- pressure
- visibility
- humidity
- temperature
#- platform: plex
#- platform: pollen
# zip_code: "98178"
# monitored_conditions:
# - disease_average_forecasted
- platform: waze_travel_time
origin: !secret waze_home
destination: !secret waze_work
region: 'US'
name: 'Morning Commute'
- platform: waze_travel_time
origin: !secret waze_work
destination: !secret waze_home
region: 'US'
name: 'Evening Commute'
- platform: sonarr
api_key: !secret jarvis_sonarr_key
host: 10.0.0.30
port: 8989
days: 2
name: 'Jarvis'
#- platform: deluge
# host: 10.0.0.148
# port: 38081
# name: Deluge
# password: deluge
# monitored_variables:
# - 'current_status'
#- platform: wemo
# static:
# - 10.0.0.154
#- platform: speedtest
# minute: 22
# hour:
# - 1
# - 13
# monitored_conditions:
# - download
# - upload
#- platform: ups
# username: "wooska"
# password: !secret ups_password