-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
executable file
·206 lines (196 loc) · 6.57 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
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret homelatitude
longitude: !secret homelongitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Asia/Jerusalem
customize: !include config/customize.yaml
customize_glob: !include config/customize_glob.yaml
# whitelist_external_dirs:
# - /home/homeassistant/.homeassistant/images/
# - /tmp
# - /share
# - /home/homeassistant/.homeassistant/www
# Customization file
# Configure a default setup of Home Assistant (frontend, api, etc)
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
#http:
http:
base_url: !secret base_url
# ip_ban_enabled: True
login_attempts_threshold: 5
use_x_forwarded_for: True
trusted_proxies:
- 127.0.0.1 #localhost
#trusted_networks:
# - 192.168.104.145
# base_url: saarpi.duckdns.org:8123
# Discover some devices automatically
################################################################################
#updater:
config:
logbook:
map:
discovery:
history:
system_health:
sun:
default_config:
################################################################################
frontend:
javascript_version: latest #auto
themes: !include_dir_merge_named themes
# extra_html_url:
# - /local/custom_ui/state-card-custom-ui.html
# extra_html_url_es5:
# - /local/custom_ui/state-card-custom-ui-es5.html
################################################################################
speedtestdotnet:
################################################################################
# xiaomi_aqara:
# discovery_retry: 5
# gateways:
# - key: !secret xiaomigetway
samsungtv_smart:
- platform: samsungtv_smart
host: 192.168.1.26
# port: 8002
name: Salon Tv
# api_key: !secret salon_api_key
mac: 24:FC:E5:90:CA:3E
# - platform: samsungtv_tizen
# host: 192.168.1.18
# port: 8002
# name: Saar tv
# #api_key: !secret saar_api_key
# mac: !secret saar_tv_mac_id
################################################################################
telegram_bot:
- platform: polling
api_key: !secret telegram_api
allowed_chat_ids:
- !secret telegram_bot
################################################################################
################################################################################
google:
client_id: !secret clientid
client_secret: !secret clientsecret
################################################################################
# vacuum:
# - platform: xiaomi_miio
# host: 192.168.1.39
# name: Xiaomi Vacuum
# token: !secret vacuumtoken
################################################################################
sonoff:
username: !secret sonoffuser
password: !secret sonoffpass
force_update: [temperature, power]
scan_interval: '00:05:00' # (optional) default 5 minutes
sensors: [temperature, humidity, power, current, voltage]
################################################################################
notify: !include config/notify.yaml
shopping_list:
################################################################################
weather:
# - platform: yweather
- platform: darksky
api_key: !secret darksky
name: darksky_forecast
mode: daily
################################################################################
read_your_meter:
host: http://localhost:4444
username: !secret water_meter_email
password: !secret water_meter_pass
################################################################################
tts:
- platform: google_translate
################################################################################
device_tracker: !include config/device_tracker.yaml
#known_devices: !include config/known_devices.yaml
binary_sensor: !include config/binary_sensor.yaml
################################################################################
lovelace:
mode: yaml
resources: !include config/lovelace/resources.yaml
dashboards:
lovelace-wallpanel:
mode: yaml
filename: ui-wallpanel.yaml
title: "Wall Panel"
icon: mdi:view-dashboard
show_in_sidebar: true
require_admin: false
################################################################################
mqtt:
broker: 192.168.1.19
port: 1883
username: !secret mqtt_username
password: !secret mqtt_password
################################################################################
################################################################################
# switcher_kis:
# switcherIP = "192.168.0.111"
# phone_id = "0000"
# device_id = !secret deviceid
# device_password = "00000000"
################################################################################
#alexa_media:
# accounts:
# - email: !secret email_id
# password: !secret password_id
# url: "amazon.com"
################################################################################
recorder:
purge_interval: 1
db_url: !secret db_url
purge_keep_days: 3
include:
domains:
- input-datetime
- input-number
- input-boolean
- sensor
- switch
- automation
################################################################################
cloud: !include config/cloud.yaml
emulated_hue:
host_ip: 192.168.1.19
#expose_by_default: true
exposed_domains:
- light
- switch
entities:
switch.sonoff1:
name: test
stream:
###############################################################################
logger:
default: info
logs:
homeassistant.components.shell_command: debug
xiaomi_aqara: debug
###############################################################################
zone: !include config/zones.yaml
group: !include config/groups.yaml
input_datetime: !include config/input-datetime.yaml
input_number: !include config/input-number.yaml
input_boolean: !include config/input-boolean.yaml
input_select: !include config/input-select.yaml
cover: !include config/cover.yaml
automation: !include_dir_merge_list config/automation/
#google_assistant: !include config/google_assistant.yaml
script: !include_dir_merge_named config/scripts/
sensor: !include_dir_merge_list config/sensors/
switch: !include_dir_merge_list config/switch/
camera: !include config/cameras.yaml
shell_command: !include config/shell_commands.yaml
rest_command: !include config/switcher-webapi.yaml