-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
executable file
·155 lines (138 loc) · 4.19 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
149
150
151
152
153
154
155
# Loads default set of integrations. Do not remove.
default_config:
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named packages
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
mqtt: !include mqtt.yaml
shell_command: !include shell_commands.yaml
template: !include templates.yaml
zone: !include zone.yaml
sensor: !include sensors.yaml
switch: !include switch.yaml
# device_tracker: !include device_tracker.yaml
calendar: !include calendars.yaml
input_number: !include input_numbers.yaml
utility_meter: !include utility_meters.yaml
lovelace:
mode: yaml
resources:
- url: /hacsfiles/vertical-stack-in-card/vertical-stack-in-card.js
type: module
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
type: module
- url: /hacsfiles/button-card/button-card.js
type: module
- url: /hacsfiles/lovelace-mushroom/mushroom.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
- url: /hacsfiles/lovelace-card-mod/card-mod.js
type: module
- url: /hacsfiles/lovelace-digital-clock/digital-clock.js
type: module
- url: /hacsfiles/lovelace-wallpanel/wallpanel.js
type: module
- url: /hacsfiles/bignumber-card/bignumber-card.js
type: module
- url: /hacsfiles/atomic-calendar-revive/atomic-calendar-revive.js
type: module
- url: /hacsfiles/battery-state-card/battery-state-card.js
type: module
- url: /hacsfiles/lovelace-hourly-weather/hourly-weather.js
type: module
- url: /hacsfiles/weather-card/weather-card.js
type: module
- url: /hacsfiles/stack-in-card/stack-in-card.js
type: module
- url: /hacsfiles/Homekit-panel-card/homekit-panel-card.js
type: module
- url: /hacsfiles/ha-sankey-chart/ha-sankey-chart.js
type: module
- url: /hacsfiles/weather-radar-card/weather-radar-card.js
type: module
- url: /hacsfiles/apexcharts-card/apexcharts-card.js
type: module
- url: /hacsfiles/lovelace-template-entity-row/template-entity-row.js
type: module
- url: /hacsfiles/html-template-card/html-template-card.js
type: module
- url: /hacsfiles/icloud3/icloud3-event-log-card.js
type: module
- url: /hacsfiles/foxess-modbus-charge-period-card.js
type: module
- url: /hacsfiles/history-explorer-card/history-explorer-card.js
type: module
- url: /hacsfiles/clock-weather-card/clock-weather-card.js
type: module
- url: /hacsfiles/flex-table-card/flex-table-card.js
type: module
- url: /hacsfiles/gauge-card/gauge-card.js
type: module
- url: /hacsfiles/bar-card/bar-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
# Add extra yaml dashboards
dashboards:
lovelace-panel:
mode: yaml
title: Panel
icon: mdi:tablet
show_in_sidebar: true
filename: ui-panel.yaml
http:
use_x_forwarded_for: true
trusted_proxies: 192.168.1.5
recorder:
db_url: !secret mariadb
purge_keep_days: 30 # default
exclude:
entities:
- sensor.icloud3_event_log
history:
influxdb:
api_version: 2
ssl: false
host: !secret influxdb_host
port: 8086
token: !secret influxdb_token
organization: !secret influx_org
bucket: homeassistant
tags:
source: HomeAssistant
tags_attributes:
- friendly_name
default_measurement: units
ignore_attributes:
- icon
exclude: # Customise to fit your needs
entities:
- zone.home
domains:
- persistent_notification
- person
evohome:
username: !secret evohome_username
password: !secret evohome_password
logger:
default: warning
logs:
# custom_components.foxess: debug
homeassistant.components.mqtt.sensor: error
homeassistant.components.songpal.media_player: error
battery_co2_mitigation: info
octopus_intelligent_go: info
device_tracker:
- platform: icloud3
username: !secret icloud3_username
password: !secret icloud3_password
lovelace_gen: