-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
111 lines (100 loc) · 2.76 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
---
################################################################################
# Home Assistant Main Configuration
# https://www.home-assistant.io/docs/configuration/
################################################################################
homeassistant:
country: 'US'
currency: 'USD'
customize: !include customizations/entities.yaml
latitude: !secret home_latitude
longitude: !secret home_longitude
name: !secret home_name
radius: 25
time_zone: !secret home_timezone
unit_system: us_customary
################################################################################
# Core Components (non-default)
# https://www.home-assistant.io/integrations/default_config/
################################################################################
automation: !include automations.yaml
cloud:
config:
frontend:
history:
http:
use_x_forwarded_for: true
trusted_proxies:
- '127.0.0.1'
- '172.30.33.0/24'
input_boolean:
input_button: !include input_button.yaml
input_datetime: !include input_datetime.yaml
input_number: !include input_number.yaml
input_select:
input_text:
logbook:
lovelace:
mode: storage
media_source:
mobile_app:
my:
person:
recorder: !include recorder.yaml
scene:
ssdp:
stream:
sun:
system_health:
tag:
zeroconf:
zone:
################################################################################
# Other Integrations
################################################################################
# binary_sensor
# https://www.home-assistant.io/integrations/binary_sensor/
binary_sensor: !include binary_sensor.yaml
# light
# https://www.home-assistant.io/integrations/light/
light:
- name: Bedroom Lights
platform: group
entities:
- light.lfx_bedroom_left
- light.lfx_bedroom_right
# media_player
# https://www.home-assistant.io/integrations/media_player/
media_player:
- name: All Google Speakers
platform: group
unique_id: all_google_speakers
entities:
- media_player.living_room_speaker
- media_player.bedroom_speaker
- media_player.kitchen_display
# notify
# https://www.home-assistant.io/integrations/notify/S
notify:
- name: all_mobile_devices
platform: group
services:
- service: mobile_app_five_mega_pixel
- service: mobile_app_chirp
# rest
# https://www.home-assistant.io/integrations/rest/
rest: !include rest.yaml
# script
# https://www.home-assistant.io/integrations/script
script: !include scripts.yaml
script split: !include_dir_merge_named scripts/
# sensor
# https://www.home-assistant.io/integrations/sensor/
sensor: !include sensor.yaml
# template
# https://www.home-assistant.io/integrations/template/
template: !include_dir_merge_list templates/
# Text to speech
# https://www.home-assistant.io/integrations/tts/
tts:
- platform: google_translate