-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
134 lines (116 loc) · 3.19 KB
/
Copy pathconfiguration.yaml
File metadata and controls
134 lines (116 loc) · 3.19 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
country: NL
packages: !include_dir_merge_named packages/
frontend:
themes: !include_dir_merge_named themes/
#######
####### Special theme for tablet
####### Extra entries for https://github.com/matt8707/hass-config
#######
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
- /hacsfiles/bar-card/bar-card.js
######
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
utility_meter: !include utility_meter.yaml
light: !include lights.yaml
binary_sensor: !include binary_sensor.yaml
sensor: !include sensors.yaml
switch: !include switch.yaml
#######
####### Recorder entries gaan naar een MariaDB
#######
recorder:
db_url: !secret mariadb_url
#######
####### InfluxDB section
#######
influxdb:
# host: homeassist.intern.vanzanten.be
host: databases.intern.vanzanten.be
port: 8086
database: homeassistant
username: homeassistant
password: !secret influxdb_password
max_retries: 3
default_measurement: state
#######
####### End of: InfluxDB section
#######
#######
####### Configureer welke entities wel/niet in logbook komen
#######
logbook:
exclude:
entities:
- sensor.time_utc
- sensor.date_time_utc
- sensor.date_time
- sensor.date_time_iso
- sensor.internet_time
- sensor.time_date
- sensor.time
- sensor.total_incoming_energy
- binary_sensor.water_sensor_status
- binary_sensor.opentherm_flame_state
- binary_sensor.auxiliary_dhw_state
#######
####### Configureer logging levels
#######
logger:
default: info
logs:
homeassistant.components.twinkly.light: warn
homeassistant.components.mqtt: warn
### Text to speech
tts:
- platform: google_translate
# Example configuration.yaml entry for the Telegram Bot
#telegram_bot:
# - platform: polling
# api_key: !secret telegram_api_key
# allowed_chat_ids:
# - 17513465
# - -897405316
# Example configuration.yaml entry for the notifier
notify:
- name: Telegram
platform: telegram
chat_id: 17513465
- name: HomeGroupTelegram
platform: telegram
chat_id: -897405316
#### Chrome push notifications: https://www.home-assistant.io/integrations/html5
#### Reference email van firebase: firebase-adminsdk-ok1nu@homeass-chromenotify.iam.gserviceaccount.com
## - platform: html5
## name: GabrieChrome
## vapid_pub_key: !secret vapid_pub_key
## vapid_prv_key: !secret vapid_prv_key
## vapid_email: !secret vapid_email
## Een groep om later aan te refereren in automations
- platform: group
name: MobieleNotificaties
services:
- service: mobile_app_telefoonbas
- service: mobile_app_telefoondaan
- service: mobile_app_telefoongabrie
- platform: group
name: AlleNotificaties
services:
- service: lgtv
- service: mobile_app_telefoonbas
- service: mobile_app_telefoondaan
- service: mobile_app_telefoongabrie
- service: mobile_app_kiosk
#######
####### Spotcast
####### https://github.com/fondberg/spotcast
#######
# spotcast:
# sp_dc: !secret sp_dc
# sp_key: !secret sp_key