This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
109 lines (91 loc) · 2.3 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
100
101
102
103
104
105
106
107
108
109
#### CORE ######################################################################
default_config:
discovery:
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
#### UI #######################################################################
frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /hacsfiles/hass-hue-icons/hass-hue-icons.js
lovelace:
mode: yaml
resources: !include lovelace/resources.yaml
#### DATA ######################################################################
logger:
default: info
recorder:
db_url: !secret recorder_db_url
purge_keep_days: 30
exclude:
domains:
- alert
- calendar
- camera
- sun
- updater
- weblink
entities:
- binary_sensor.updater
- sensor.date
- sensor.time
- sensor.last_boot
- sensor.current_version
- sensor.version_available
# influxdb:
# host: a0d7b954-influxdb
# port: 8086
# database: homeassistant
# username: homeassistant
# password: !secret influxdb_password
# max_retries: 3
# default_measurement: state
#### NOTIFICATIONS #############################################################
notify:
- name: all
platform: group
services:
- service: mobile_app_freyja
- service: mobile_app_loki
- service: mobile_app_tiana
- name: philip
platform: group
services:
- service: mobile_app_freyja
- service: mobile_app_loki
- name: elke
platform: group
services:
- service: mobile_app_tiana
#### INTEGRATIONS ##############################################################
## CIRCADIAN LIGHTING
circadian_lighting:
switch:
- platform: circadian_lighting
name: Office
lights_xy:
- light.office
- platform: circadian_lighting
name: Mancave
lights_xy:
- light.mancave_lightstrip_1
## EMULATED HUE
emulated_hue:
listen_port: 80
exposed_domains:
- light
- scene
- switch
## WEBOSTV
webostv:
host: !secret mancave_tv_ip
name: Mancave TV
#### INCLUDES ##################################################################
automation: !include automations.yaml
group: !include groups.yaml
scene: !include scenes.yaml
script: !include scripts.yaml