-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
137 lines (115 loc) · 3.54 KB
/
configuration.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret home_latitude
longitude: !secret home_longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 106
# metric for Metric, imperial for Imperial
unit_system: imperial
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/New_York
customize: !include customize.yaml
# Enables the frontend
frontend:
device_tracker:
- platform: netgear
username: !secret netgear_username
password: !secret netgear_password
port: 5000
track_new_devices: no
interval_seconds: 60
consider_home: 180
http:
# Uncomment this to add a password (recommended!)
# api_password: PASSWORD
# Uncomment this if you are using SSL or running in Docker etc
base_url: !secret hass_url
recorder:
purge_interval: 60
purge_keep_days: 60
db_url: !secret mysql_url
exclude:
domains:
- automation
- updater
- group
- script
entities:
- sensor.average_load_15m
- sensor.received_eth0
- sensor.sent_eth0
- sensor.rpi_uptime
- sensor.hass_uptime
- sun.sun
- sensor.pws_wind_dir
- sensor.dark_sky_minutely_summary
- sensor.dark_sky_hourly_summary
- sensor.dark_sky_daily_summary
- camera.delaware_radar
- camera.northeast_radar
- camera.us_radar
- sensor.lyft_to_mike_heather_lyft_plus_price
- sensor.lyft_to_mike_heather_lyft_plus_time
- sensor.lyft_to_mike_heather_lyft_price
- sensor.lyft_to_mike_heather_lyft_time
- sensor.lyft_to_riverfront_lyft_plus_price
- sensor.lyft_to_riverfront_lyft_plus_time
- sensor.lyft_to_riverfront_lyft_price
- sensor.lyft_to_riverfront_lyft_time
- sensor.uber_to_mike_heather_ubersuv_price
- sensor.uber_to_mike_heather_ubersuv_time
- sensor.uber_to_mike_heather_uberx_price
- sensor.uber_to_mike_heather_uberx_time
- sensor.uber_to_mike_heather_uberxl_price
- sensor.uber_to_mike_heather_uberxl_time
- sensor.uber_to_riverfront_ubersuv_price
- sensor.uber_to_riverfront_ubersuv_time
- sensor.uber_to_riverfront_uberx_price
- sensor.uber_to_riverfront_uberx_time
- sensor.uber_to_riverfront_uberxl_price
- sensor.uber_to_riverfront_uberxl_time
- sensor.stereo_last_changed
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
exclude:
entities:
- sensor.pws_wind_dir
- sensor.dark_sky_minutely_summary
- sensor.dark_sky_hourly_summary
- sensor.dark_sky_daily_summary
- sensor.us_air_pollution_level
- sensor.us_air_quality_index
- sensor.us_main_pollutant
logger:
default: error
# Track the sun
sun:
# Text to speech
tts:
platform: google
cache: false
#cache: true
#cache_dir: /tmp/tts
time_memory: 300
ifttt:
key: !secret ifttt_api_key
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
wemo:
static:
- !secret wemo_ip
sensor: !include_dir_merge_list sensors
automation: !include_dir_merge_list automations
group: !include groups.yaml
script: !include_dir_merge_named scripts
camera: !include cameras.yaml
notify: !include notifiers.yaml
media_player: !include media_players.yaml
input_select: !include input_select.yaml