-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathconfiguration.yaml
executable file
·208 lines (176 loc) · 4.74 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
homeassistant:
customize_glob:
"binary_sensor.*door":
device_class: door
"binary_sensor.*window":
device_class: window
"binary_sensor.*window_left":
device_class: window
"binary_sensor.*window_right":
device_class: window
"binary_sensor.*window_left_small":
device_class: window
"binary_sensor.*window_right_small":
device_class: window
"binary_sensor.*window_front":
device_class: window
"binary_sensor.*window_peep":
device_class: window
"binary_sensor.*motion":
device_class: motion
"switch.*light_fan":
icon: mdi:ceiling-fan-light
# Enables configuration UI
config:
my:
# Allows you to issue voice commands from the frontend in enabled browsers
# conversation:
device_tracker:
# Discover some devices automatically
energy:
hassio:
ios:
# Enables a map showing the location of tracked devices
map:
# Track the sun
sun:
frontend: !include frontend.yaml
sensor: !include cfg_sensor.yaml
binary_sensor: !include cfg_binary_sensor.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
emulated_hue:
host_ip: !secret emulated_hue_host_ip
listen_port: !secret emulated_hue_listen_port
expose_by_default: false
entities:
light.living_room_light:
hidden: false
fan.master_bedroom_fan:
hidden: false
switch.kitchen_light:
hidden: false
switch.entryway_light:
hidden: false
switch.entryway_outlet_switch:
hidden: false
switch.welcome_room_light:
hidden: false
switch.backyard_light_left:
hidden: false
switch.backyard_light_right:
hidden: false
switch.side_deck_light:
hidden: false
switch.upper_guest_bedroom_light_fan:
hidden: false
switch.upper_small_bedroom_light_fan:
hidden: false
switch.home_theatre_living_room:
hidden: false
switch.backyard_mesh_lights:
hidden: false
switch.backyard_gym_lights:
hidden: false
geo_location:
- platform: usgs_earthquakes_feed
feed_type: 'past_week_significant_earthquakes'
history:
include: !include entity_tracking.yaml
http:
use_x_forwarded_for: true
trusted_proxies: !secret http_trusted_proxies
influxdb:
api_version: !secret influxdb_api_version
ssl: !secret influxdb_ssl
host: !secret influxdb_host
port: !secret influxdb_port
token: !secret influxdb_token
organization: !secret influxdb_organization
bucket: !secret influxdb_bucket
tags:
source: HA
tags_attributes:
- friendly_name
default_measurement: state
include: !include entity_tracking.yaml
input_boolean:
buzz_home:
name: 'Buzz Home'
initial: off
icon: mdi:bullhorn-outline
reset_internet:
name: 'Reset Internet'
initial: off
icon: mdi:wifi-star
#logbook:
# include: !include entity_tracking.yaml
#logger:
# default: info
# logs:
# homeassistant.components.camera: info
# homeassistant.components.zwave: info
# homeassistant.components.appdaemon: info
lovelace:
mode: yaml
resources:
- url: /hacsfiles/atomic_calendar/atomic_calendar.js
type: module
#- url: /hacsfiles/atomic-calendar-revive/atomic-calendar-revive.js
# type: module
- url: /hacsfiles/bar-card/bar-card.js
type: module
- url: /hacsfiles/bignumber-card/bignumber-card.js
type: module
- url: /hacsfiles/config-template-card/config-template-card.js
type: module
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/simple-thermostat/simple-thermostat.js
type: module
- url: /hacsfiles/weather-card/weather-card.js
type: module
- url: /local/floorplan/floorplan-card.js?v=1.1.14
type: module
- url: https://fonts.googleapis.com/css2?family=Oxygen&family=Ubuntu:wght@300&display=swap
type: css
dashboards:
lovelace-monitor: # Needs to contain a hyphen (-)
mode: yaml
filename: ui-monitor.yaml
title: Dashboard
icon: mdi:monitor-dashboard
show_in_sidebar: true
require_admin: true
lovelace-tablet:
mode: yaml
filename: ui-tablet.yaml
title: Mobile
icon: mdi:tablet-dashboard
show_in_sidebar: true
require_admin: true
media_source:
media_player:
mobile_app:
notify:
recorder:
purge_keep_days: 7
include: !include entity_tracking.yaml
stream:
ll_hls: true
part_duration: 0.75
segment_duration: 6
system_health:
# tts:
# - platform: google_translate
# base_url: !secret home_external_url
#upnp:
# port_mapping: false
# sensors: false
wake_on_lan:
zone: !include cfg_zone.yaml