-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
executable file
·89 lines (85 loc) · 2.18 KB
/
configuration.yaml
File metadata and controls
executable file
·89 lines (85 loc) · 2.18 KB
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
homeassistant:
name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: 235
unit_system: imperial
time_zone: America/Detroit
customize: !include customize.yaml
#################################
# Enables #
#################################
frontend:
# themes:
config:
http:
base_url: !secret base_url
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
updater:
reporting: no
include_used_components: false
hassio:
history:
include:
entities:
- binary_sensor.door_front
- binary_sensor.door_side
- binary_sensor.door_garage
- binary_sensor.ecobee_occupancy
- binary_sensor.flood_sensor
- binary_sensor.living_room_occupancy
- binary_sensor.master_bedroom_occupancy
- binary_sensor.office_occupancy
- device_tracker.kylie_phone_bt
- device_tracker.kylie_phone_wifi
- device_tracker.scott_phone_bt
- device_tracker.scott_phone_wifi
- sensor.ecobee_humidity
- sensor.ecobee_temperature
- sensor.living_room_temperature
- sensor.master_bedroom_temperature
- sensor.office_temperature
- sensor.pws_relative_humidity
- sensor.pws_temp_f
- switch.light_side_entry
- switch.relay_garage_door
- switch.smart_switch
logbook:
exclude:
entities:
- sensor.date_time
- sensor.ssl_certificate_expiry
map:
recorder:
purge_keep_days: 10
sun:
cast:
media_player:
- host: 192.168.5.30
- host: 192.168.5.31
- host: 192.168.5.32
tts:
- platform: google_translate
service_name: google_say
#################################
# Includes #
#################################
automation: !include automation.yaml
binary_sensor: !include binary_sensors.yaml
cover: !include covers.yaml
device_tracker: !include device_trackers.yaml
ecobee: !include ecobee.yaml
google_assistant: !include google_assistant.yaml
group: !include groups.yaml
light: !include lights.yaml
notify: !include notify.yaml
script: !include scripts.yaml
sensor: !include sensors.yaml
system_health:
wemo:
discovery: false
static:
- 192.168.5.70
zwave: !include zwave.yaml
zone: !include zones.yaml