-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
148 lines (136 loc) · 3.24 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
fontawesome:
api:
# Text to speech
tts:
- platform: google_translate
language: "de"
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
homeassistant:
customize: !include customize.yaml
frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /local/card-mod.js
- /local/community/custom-brand-icons/custom-brand-icons.js
powercalc:
#Selbsterstellte Includes
waste_collection_schedule: !include waste_collection.yaml
binary_sensor: !include binary_sensor.yaml
cover: !include cover.yaml
light: !include light.yaml
notify: !include notify.yaml
mqtt: !include mqtt.yaml
homekit: !include homekit.yaml
sensor: !include sensoren.yaml
switch: !include switch.yaml
template: !include template.yaml
panel_iframe: !include panel_iframe.yaml
fan: !include fan.yaml
#scrape: !include scrape.yaml
#snmp: !include snmp.yaml
#camera: !include camera.yaml
#rest: !include rest.yaml
#Stuff zur Alexa bringen was in HA ist.
emulated_hue:
host_ip: 192.168.178.53
listen_port: 80
#off_map_to_on_domains:
expose_by_default: false
exposed_domains:
- light
- switch
entities:
light.licht_schuppen:
name: "Licht Schuppen"
hidden: false
light.dreamview_t1:
name: "Ambilight"
hidden: false
light.mittagspause_joshua:
name: "Mittagspause Joshua"
hidden: false
light.ikea_icpshc24_30eu_il_1:
name: "Licht Kueche"
hidden: false
switch.licht_links:
name: "Licht links"
hidden: false
switch.licht_rechts:
name: "Licht rechts"
hidden: false
#Telegram Bot Settings
telegram_bot:
- platform: polling
api_key: !secret telegram_api_key
allowed_chat_ids:
- 406580581
calendar:
- platform: caldav
username: !secret icloud_login
password: !secret icloud_password
url: !secret icloud_url
calendars:
- "Familie"
#Settings für NGINX Proxy Manager
http:
use_x_forwarded_for: true
trusted_proxies:
#NPM IP-Adresse
- 192.168.178.5
#cloudflare ipv4
- 173.245.48.0/20
- 103.21.244.0/22
- 103.22.200.0/22
- 103.31.4.0/22
- 141.101.64.0/18
- 108.162.192.0/18
- 190.93.240.0/20
- 188.114.96.0/20
- 197.234.240.0/22
- 198.41.128.0/17
- 162.158.0.0/15
- 104.16.0.0/13
- 104.24.0.0/14
- 172.64.0.0/13
- 131.0.72.0/22
#cloudflare ipv6
- 2400:cb00::/32
- 2606:4700::/32
- 2803:f800::/32
- 2405:b500::/32
- 2405:8100::/32
- 2a06:98c0::/29
- 2c0f:f248::/32
#IPs im Log
- 198.41.242.198
- 198.41.242.250
- 172.70.242.152
- 172.70.251.85
- 172.70.251.29
ip_ban_enabled: true
login_attempts_threshold: 5
#History Daten nurnoch in MySQL Server
recorder:
db_url: mysql://homeassistant:homeassistant@core-mariadb/homeassistant?charset=utf8mb4
exclude:
entities:
- sensor.rewe_865799
- sensor.time
influxdb:
api_version: 2
ssl: false
host: 192.168.178.2
port: 27025
token: !secret influx_token
organization: !secret influx_organization
bucket: homeassistant
tags:
source: HA
tags_attributes:
- friendly_name
default_measurement: units