-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
56 lines (48 loc) · 1.33 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
http:
server_port: 80
# Text to speech
tts:
- platform: google_translate
mqtt:
broker: 10.13.0.22
birth_message:
topic: "tele/homeassistant/hass/LWT"
payload: "Online"
will_message:
topic: "tele/homeassistant/hass/LWT"
payload: "Offline"
group: !include groups.yaml
automation: !include automations.yaml
automation old: !include_dir_merge_list automations
script: !include scripts.yaml
script old: !include_dir_merge_named scripts
scene: !include scenes.yaml
sensor: !include_dir_merge_list sensors
binary_sensor: !include_dir_merge_list binary_sensors
light: !include_dir_merge_list lights
switch: !include_dir_merge_list switches
fan: !include_dir_merge_list fans
climate: !include climate.yaml
template: !include_dir_merge_list templates
notify: !include notify.yaml
spaceapi: !include spaceapi.yaml
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 10.13.0.0/22
trusted_users:
10.13.0.0/22: !secret i3_member_userid
- type: homeassistant
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: homeassistant
password: homeassistant
max_retries: 3
default_measurement: state
shell_command:
spaceapi_upload: /config/shell/spaceapi_upload.sh