-
Notifications
You must be signed in to change notification settings - Fork 30
/
configuration.yaml
135 lines (125 loc) · 3.43 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
homeassistant:
name: Home
latitude: !secret lat_coord
longitude: !secret long_coord
elevation: 50
unit_system: metric
time_zone: !secret time_zone
customize: !include_dir_merge_named customize
customize_glob: !include customglob.yaml
packages: !include_dir_named packages
config:
cloud: !include alexa.yaml
http:
api_password: !secret http_password
base_url: !secret base_url
updater:
# discovery:
conversation:
customizer:
custom_ui: hosted
# ########################################
# ### GUI ###
# ########################################
map:
frontend:
javascript_version: latest
themes: !include_dir_named themes
extra_html_url:
- /local/custom_ui/state-card-custom-ui.html
- /local/custom_ui/state-card-value_only.html
- /local/custom_ui/state-card-tiles.html
# extra_html_url_es5:
# - /local/custom_ui/state-card-tiles.html
# panel_iframe:
# # grafana:
# # title: "Grafana"
# # icon: mdi:chart-areaspline
# # url: !secret grafana_url
# mdi_index:
# title: MDI Icons
# icon: mdi:vector-square
# url: !secret mdi_index_url
# # hadashboard:
# # title: HaDashboard
# # icon: mdi:television-guide
# # url: !secret hadashboard_url
# # configurator:
# # title: Configurator
# # icon: mdi:wrench
# # url: !secret configurator_url
panel_custom:
- name: floorplan
sidebar_title: Floorplan
sidebar_icon: mdi:home
url_path: floorplan
config: !include floorplan.yaml
# ########################################
# ### LOGGING ###
# ########################################
recorder: !include recorder.yaml
history: !include history.yaml
logbook: !include logbook.yaml
logger: !include logger.yaml
sun:
# tts:
# platform: google
# # influxdb:
# # host: 127.0.0.1
# # database: home_assistant
# # username: !secret influxdb_username
# # password: !secret influxdb_password
########################################
### HUBS ###
########################################
rfxtrx:
device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A14SREW-if00-port0
debug:
zwave:
usb_path: /dev/ttyACM0
new_entity_ids: true
xiaomi_aqara:
gateways:
- mac: !secret xiaomi_mac
key: !secret xiaomi_key
hue:
bridges:
- host: !secret hue_ip
allow_hue_groups: false
# ########################################
# ### ENTITES ###
# ########################################
ring:
username: !secret ring_username
password: !secret ring_password
media_player: !include media_player.yaml
scene: !include_dir_merge_list scene
device_tracker: !include device_tracker.yaml
zone: !include zone.yaml
# ########################################
# ### SERVICES ###
# ########################################
notify: !include notify.yaml
python_script:
group: !include_dir_merge_named group/
mqtt:
broker: !secret mqtt_broker
port: 1883
client_id: home-assistant
username: !secret mqtt_username
password: !secret mqtt_password
mqtt_statestream:
base_topic: /homeassistant
# publish_attributes: true
# publish_timestamps: true
# google:
# client_id: !secret google_id
# client_secret: !secret google_secret
# # ffmpeg:
# # ffmpeg_bin: /usr/bin/avconv
ifttt:
key: !secret ifttt_key
########################################
### IOS ###
########################################
ios: !include ios_config.yaml