forked from tglicker/Home-Assistant-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
executable file
·123 lines (101 loc) · 2.22 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
homeassistant:
name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: metric
time_zone: Australia/Melbourne
# Include Packages
packages: !include_dir_named packages
whitelist_external_dirs:
- /tmp
- /share
# Customizations
customize_domain: {}
customize_glob: {}
# Enables the frontend
http:
base_url: !secret base_url
# Enables Default Home Assistant Components
default_config:
# Enables Person Component
person:
# Enables System Health
system_health:
panel_custom:
# Floorplan Panel
- name: floorplan
sidebar_title: Floorplan
sidebar_icon: mdi:home
url_path: floorplan
config: !include floorplan.yaml
# Checks for available updates
updater:
reporting: false
# Discover some devices automatically
discovery:
ignore:
- netgear_router
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history:
# Add Configuration Panel
config:
logbook:
exclude:
entities:
- sensor.uptime
- sensor.time
- sensor.time_2
- sensor.time_utc
- sensor.date
- sensor.date_2
- sensor.date_time
- sensor.time_date
- sensor.nzbget_speed
# Track the sun
sun:
# Text to speech
tts:
- platform: amazon_polly
aws_access_key_id: !secret aws_access_key_ID
aws_secret_access_key: !secret aws_secret_access_key
text_type: ssml
voice: Joanna
# Purge Database Interval and MariaDB
recorder:
db_url: !secret mariadb_url
purge_interval: 1
purge_keep_days: 14
sensor:
- platform: time_date
display_options:
- 'time'
- 'date'
# IFTTT Key
ifttt:
key: !secret ifttt_api
# iOS App
ios:
# Device Tracking
# Zigbee2mqtt Discovery
# MQTT (Local Broker)
mqtt:
discovery: true
broker: !secret local_mqtt_broker
port: !secret local_mqtt_port
username: !secret local_mqtt_username
password: !secret local_mqtt_password
birth_message:
topic: 'hass/status'
payload: 'online'
will_message:
topic: 'hass/status'
payload: 'offline'
# Logitech Harmony Living Room
remote:
- platform: harmony
name: !secret harmony_name
host: !secret harmony_ip
activity: Watch TV