forked from KaoruKanon/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
135 lines (113 loc) · 4.6 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
homeassistant:
name: Maison
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
packages: !include_dir_named include
allowlist_external_dirs: [/config/]
external_url: !secret external_url
internal_url: !secret internal_url
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
switch: !include switches.yaml
http:
use_x_forwarded_for: true
trusted_proxies: !secret http_trusted_proxy
lovelace:
mode: yaml
resources:
[ { url: /hacsfiles/bar-card/bar-card.js, type: module },
{ url: /hacsfiles/button-card/button-card.js, type: module },
{ url: /hacsfiles/kiosk-mode/kiosk-mode.js, type: module },
{ url: /hacsfiles/light-entity-card/light-entity-card.js, type: module },
{ url: /hacsfiles/light-popup-card/light-popup-card.js, type: module },
{ url: /hacsfiles/lovelace-card-mod/card-mod.js, type: module },
{ url: /hacsfiles/lovelace-layout-card/layout-card.js, type: module },
{ url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js, type: module },
{ url: /hacsfiles/lovelace-valetudo-map-card/valetudo-map-card.js, type: module },
{ url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js, type: module },
{ url: /hacsfiles/swipe-card/swipe-card.js, type: module },
{ url: /hacsfiles/lovelace-hui-element/hui-element.js, type: module },
{url: /hacsfiles/spotify-card/spotify-card.js, type: module},
{url: /hacsfiles/mini-media-player/mini-media-player-bundle.js, type: module},
{url: /hacsfiles/lovelace-valetudo-map-card/valetudo-map-card.js, type: module},
{url: '/local/calendar-card.js?v=31091', type: module},
{url: '/local/stack-in-card.js?v=101', type: module},
{url: '/local/custom_icons.js?v=25052001', type: module},
{url: /local/font.css, type: css} ]
logger:
default: warning
logs:
homeassistant.components.homekit.type_media_players: error
homeassistant.components.command_line.sensor: error
homeassistant.components.rest.sensor: error
homeassistant.components.websocket_api: fatal
homeassistant.helpers.service: error
homeassistant.components.media_player: error
homeassistant.helpers.entity: error
homeassistant.helpers.event: fatal
homeassistant.components.ipp: fatal
homeassistant.helpers.template: error
custom_components.spotcast: debug
history:
recorder:
purge_keep_days: 5
include:
entities:
['person.kaoru', 'person.papa', 'sensor.network_throughput_in_eth0', 'sensor.network_throughput_out_eth0',
'sensor.average_temperature']
entity_globs:
['sensor.temperature_*', 'sensor.*_temperature', 'sensor.*_humidity', 'sensor.humidity_*', 'sensor.myenedis_*']
browser_mod:
devices:
cf12b84d-0a6706a1:
name: kaoru_chrome
9b63bbf0_40273ef4:
name: tablet
7892df5b-5535b94b:
name: app_chrome
mqtt:
broker: !secret mqtt_broker
username: !secret mqtt_username
password: !secret mqtt_password
discovery: false
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret
spotify:
client_id: !secret spotify_id
client_secret: !secret spotify_secret
spotcast:
sp_dc: !secret sp_dc
sp_key: !secret sp_key
tts:
- platform: google_translate
language: 'fr'
meteo_france:
- city: !secret cp
fan:
- platform: xiaomi_miio_fan
name: Xiaomi Smart Fan 2
host: !secret xiaomi_smart_fan_ip
token: !secret xiaomi_smart_fan_token
model: dmaker.fan.p18
light:
- platform: group
name: CHAMBRE
entities: ['light.yeelight_stripe', 'light.plafond_1', 'light.plafond_2', 'light.lampe_japonaise']
- platform: group
name: BUREAU
entities: ['light.yeelight_stripe', 'light.lampe_japonaise']
- platform: group
name: PLAFOND
entities: ['light.plafond_1', 'light.plafond_2']
- platform: group
name: SALON
entities: ['light.salon_1', 'light.salon_2']
- platform: group
name: MAISON
entities: ['light.yeelight_stripe', 'light.plafond_1', 'light.plafond_2', 'light.lampe_japonaise', 'light.salon_1', 'light.salon_2']