-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
58 lines (52 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
57
58
############################################
## CONFIGURATION ##
############################################
homeassistant:
packages: !include_dir_named packages
auth_providers:
- type: legacy_api_password
api_password: !secret http_legacy_api_password
# - type: homeassistant
# - type: trusted_networks
# trusted_networks:
# - 127.0.0.1
# - 10.3.1.1
# - 10.3.1.17
# auth_mfa_modules:
# - type: totp
# name: Authenticator app
config:
http:
ip_ban_enabled: true
login_attempts_threshold: 5
base_url: !secret http_base_url
system_health:
discovery:
logger:
default: warning
frontend:
themes: !include_dir_merge_named themes
javascript_version: latest
hacs:
token: !secret my_github_access_token
google_assistant:
project_id: !secret google_assistant_project_id
api_key: !secret google_assistant_api_key
expose_by_default: true
entity_config:
script.turn_on_kitchen_light:
expose: false
script.turn_off_kitchen_light:
expose: false
input_boolean.kitchen_light:
expose: false
script.turn_on_speaker_light:
expose: false
script.turn_off_speaker_light:
expose: false
input_boolean.speaker_light:
expose: false
switch.speaker_light:
expose: false
switch.kitchen_light:
expose: false