-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
89 lines (73 loc) · 1.58 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
homeassistant:
name: Hem
latitude: !secret hass_latitude
longitude: !secret hass_longitude
unit_system: metric
time_zone: Europe/Stockholm
customize: !include customize.yaml
currency: SEK
default_config:
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
group: !include groups.yaml
scene: !include scenes.yaml
light: !include light.yaml
## Värmepumpar
climate: !include_dir_merge_list includes/climate/
## Media players
media_player: !include_dir_merge_list includes/media_player/
## REST
rest: !include_dir_merge_list includes/rest/
## Templates
template: !include_dir_merge_list includes/templates/
## Sensors
sensor: !include_dir_merge_list includes/sensors/
## Dashboards
lovelace:
mode: storage
dashboards:
lovelace-floorplan:
mode: yaml
title: Floorplan
icon: 'mdi:floor-plan'
show_in_sidebar: true
filename: floorplan.yaml
http:
server_port: !secret server_port
smartir:
check_updates: false
browser_mod:
devices:
375553f6-33529b78:
name: lenovotablet
force_stay_awake: true
disable:
- all
# Enablers
ios:
cloud:
nordpool:
# Google Calendar
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret
# Text to speech
tts:
- platform: google_translate
recorder:
exclude:
domains:
- updater
- media_player
- group
- binary_sensor
- automation
logbook:
exclude:
entities:
- sensor.time
- sensor.date
- sensor.current_date
- sensor.current_time