-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
78 lines (65 loc) · 1.42 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
homeassistant:
name: Home
latitude: 47.2945
longitude: -122.622
elevation: 63
unit_system: imperial
time_zone: America/Los_Angeles
customize: !include customize.yaml
customize_domain:
light:
polling_intensity: 2
switch:
polling_intensity: 1
zwave:
autoheal: false
network_key: !secret zwave_network_key
polling_interval: 30000
usb_path: /dev/ttyUSB0
zha:
usb_path: /dev/ttyUSB1
database_path: zigbee.db
config:
system_health:
http:
api_password: !secret http_password
base_url: http://192.168.86.208:8123
server_port: !secret server_port
# ssl_certificate: !secret ssl_certificate
# ssl_key: !secret ssl_key
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
discovery:
conversation:
history:
logbook:
map:
sun:
sensor:
- platform: yr
tts:
- platform: google_translate
frontend:
themes: !include_dir_merge_named themes
group: !include_dir_named groups
automation: !include_dir_merge_list automations
script: !include scripts.yaml
scene: !include_dir_list scenes
input_boolean: !include input_boolean.yaml
wemo:
static:
- 192.168.86.160
- 192.168.86.161
- 192.168.86.162
- 192.168.86.163
- 192.168.86.164
- 192.168.86.165
media_player:
- platform: samsungtv
host: 192.168.86.187
port: 8001
mac: 28:39:5E:97:04:C7
name: Samsung TV
logger:
default: critical