12
12
# - https://www.home-assistant.io/integrations/default_config/ for all the integrations loaded by this setting.
13
13
default_config :
14
14
15
- # Enable logger
16
- logger :
17
- default : warning
18
- logs :
19
- homeassistant.components.opentherm_gw : info
20
-
21
- # AirVisual
22
- # =========
23
- # - https://www.home-assistant.io/integrations/airvisual/
24
- # 2021.01.15
25
- # - Configuration via UI, so removed here...
26
- # airvisual:
27
- # api_key: !secret airvisual_api_key
28
- # geographies:
29
- # city: eindhoven
30
- # country: netherlands
31
- # state: north-brabant
32
-
33
15
34
16
# frontend
35
17
# ========
56
38
appdaemon : true
57
39
python_script : true
58
40
59
- # http settings
60
- # =============
61
- # - https://www.home-assistant.io/integrations/http/
62
- #
63
- # 2021.10.27
64
- # - Update HTTP integration to latest specifications
65
- # - Must add trusted proxies, forwarded for, etc.
66
- # 2020.09.20
67
- # - This config is the new config, so must run on another port than the default 8123
68
- http :
69
- server_port : 8123
70
- use_x_forwarded_for : true
71
- trusted_proxies :
72
- - 192.168.2.180
73
-
74
41
# lovelace
75
42
# ========
76
43
# - https://www.home-assistant.io/lovelace/dashboards-and-views/
@@ -93,32 +60,3 @@ lovelace:
93
60
icon : mdi:hospital-box
94
61
show_in_sidebar : true
95
62
96
- # panel iframe
97
- # - https://www.home-assistant.io/integrations/panel_iframe/
98
- panel_iframe :
99
- networkmap :
100
- title : ' Zigbee Map'
101
- url : ' /local/community/zigbee2mqtt_networkmap/map.html'
102
- icon : ' mdi:graphql'
103
-
104
- # Text to speech
105
- tts :
106
- - platform : google_translate
107
-
108
- # webhook
109
- webhook :
110
-
111
- # zigbee2mqtt networkmap
112
- # - community integration via hacs
113
- zigbee2mqtt_networkmap :
114
- topic : common/gateway/zigbee2mqtt
115
-
116
-
117
-
118
- # Include list for sensors, groups, etc.
119
- # - https://www.home-assistant.io/docs/configuration/yaml/#including-entire-files
120
- automation : !include configuration/automations.yaml
121
- group : !include configuration/groups.yaml
122
- sensor : !include configuration/sensors.yaml
123
- scene : !include configuration/scenes.yaml
124
- script : !include configuration/scripts.yaml
0 commit comments