-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
73 lines (60 loc) · 1.88 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# https://www.home-assistant.io/docs/configuration/basic/
homeassistant:
name: Home
latitude: !secret ha_latitude
longitude: !secret ha_longitude
elevation: !secret ha_elevation
unit_system: imperial
time_zone: America/Chicago
external_url: !secret ha_external_url
internal_url: !secret ha_internal_url
customize: !include customize.yaml
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.4.0/22
- 192.168.20.0/24
logger:
default: info
# *** Integrations *** #
zwave:
usb_path: /dev/serial/by-id/usb-0658_0200-if00
network_key: !secret zwave_network_key
config_path: /config/ozwave/config
# # https://www.home-assistant.io/integrations/google_assistant
# google_assistant: !include ./integrations/google_assistant.yaml
# # https://www.home-assistant.io/integrations/homekit/
# homekit: !include ./integrations/homekit.yaml
cloud:
ios:
# python_script:
# Text to speech
tts:
- platform: google_translate
# https://www.home-assistant.io/integrations/http
http:
use_x_forwarded_for: true
trusted_proxies:
- '192.168.10.11'
# Includes #TODO: enable later
# automation: !include_dir_merge_list automation
# group: !include groups.yaml
# script: !include scripts.yaml
# scene: !include scenes.yaml
# light: !include light_groups.yaml
# binary_sensor: !include_dir_merge_list sensors_binary
# sensor: !include_dir_merge_list sensors
# ***Custom Components*** #
#TODO: consider enabling later
# # alarmdotcomajax: https://github.com/uvjustin/alarmdotcomajax
# alarm_control_panel:
# - platform: alarmdotcomajax
# username: !secret alarmdotcom_username
# password: !secret alarmdotcom_password
# code: !secret alarmdotcom_code
# force_bypass: "true"
# no_entry_delay: "home"
# silent_arming: "false"