-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
99 lines (86 loc) · 2.37 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
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: metric
time_zone: Europe/Stockholm
customize: !include includes/customize.yaml
customize_glob: !include includes/customize_glob.yaml
packages: !include_dir_named packages
whitelist_external_dirs:
- '/config'
default_config:
ssdp:
zeroconf:
discovery:
lovelace:
mode: yaml
resources:
- url: /local/custom-lovelace/popup-card.js
type: js
- url: /hacsfiles/weather-card/weather-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/calendar-card/calendar-card.js
type: js
- url: /hacsfiles/simple-weather-card/simple-weather-card-bundle.js
type: module
- url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js
type: module
- url: /hacsfiles/vertical-stack-in-card/vertical-stack-in-card.js
type: js
- url: https://fonts.googleapis.com/css?family=Comfortaa&display=swap
type: css
- url: /local/mini-media-player-bundle.js?v=1.9.1
type: module
http:
base_url: !secret base_url
#hacs:
# token: !secret hacs_token
# Fail2ban
logger:
default: critical
logs:
homeassistant.components.http.ban: warning
sensor:
- platform: yr
- platform: time_date
display_options:
- 'time'
- 'date'
telegram_bot:
- platform: polling
api_key: !secret telegram_api
allowed_chat_ids:
- !secret telegram_jonas
notify:
- name: jonas
platform: telegram
chat_id: !secret telegram_jonas
tts:
- platform: google_translate
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret
glances: !include includes/glances.yaml
frontend:
themes: !include_dir_merge_named themes
history: !include includes/history.yaml
recorder: !include includes/recorder.yaml
group: !include includes/groups.yaml
script: !include includes/scripts.yaml
switch: !include includes/switches.yaml
zone: !include includes/zones.yaml
input_boolean: !include includes/input_boolean.yaml
input_datetime: !include includes/input_datetime.yaml
shell_command: !include includes/shell_command.yaml
#plex: !include includes/plex.yaml
#unifi: !include includes/unifi.yaml
python_script:
# GPS Locator
# owntracks:
# max_gps_accuracy: 100
# events_only: false
# waypoints: true