-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
91 lines (81 loc) · 1.79 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
homeassistant:
packages: !include_dir_named packages
customize: !include customize.yaml
customize_glob:
"binary_sensor.device_*":
device_class: connectivity
http:
cors_allowed_origins:
- https://google.com
- https://home-assistant.io
ip_ban_enabled: True
login_attempts_threshold: 3
history:
include:
entities:
- sensor.downstairs_thermostat_temperature
- sensor.upstairs_thermostat_temperature
- sensor.downstairs_thermostat_humidity
- sensor.upstairs_thermostat_humidity
domains:
- device_tracker
- switch
- light
recorder:
purge_keep_days: 7
commit_interval: 1
exclude:
domains:
- sun
- camera
- weather
- sensor
- binary_sensor
entities:
- switch.tv_switch
tts:
platform: google_translate
cache: true
cache_dir: /tmp/tts
time_memory: 300
base_url: !secret TTS_BASE_URL
logger:
default: error
# Amazon Echo
emulated_hue:
expose_by_default: false
entities:
light.yeelight_strip1_286c072f4c87:
name: "laundry"
hidden: false
switch.living_room_outlet:
name: "living room"
hidden: false
switch.bedroom_outlet:
name: "bedroom"
hidden: false
switch.tv_switch:
name: "tv"
hidden: false
input_boolean.night_mode:
name: "HA Night Routine"
hidden: false
mqtt:
broker: !secret mqtt_server
port: !secret mqtt_port
username: !secret mqtt_username
password: !secret mqtt_password
client_id: home-assistant
automation: !include automations.yaml
script: !include_dir_merge_named script
switch: !include_dir_merge_list switches/
default_config:
ffmpeg:
discovery:
stream:
google_assistant:
project_id: !secret ASSISTANT_PROJECT_ID
exposed_domains:
- switch
- light
- media_player