-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
131 lines (109 loc) · 2.73 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
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include themes.yaml
lovelace:
mode: yaml
dashboards:
skynet-board:
mode: yaml
title: Skynet
icon: mdi:view-dashboard
show_in_sidebar: true
filename: dashboards/skynet.yaml
skynet-mobile:
mode: yaml
title: Skynet Mobile
icon: mdi:view-compact
show_in_sidebar: true
filename: dashboards/skynet_mobile.yaml
# Text-to-speech
tts:
- platform: google_translate
automation ui: !include automations.yaml
automation manual: !include_dir_merge_list automations/
script: !include scripts.yaml
scene ui: !include scenes.yaml
scene manual: !include_dir_merge_list scenes/
homeassistant:
external_url: !secret external_url
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.0/24
- 172.30.33.0/24
recorder:
exclude: !include configuration/exclude.yaml
logbook:
exclude: !include configuration/exclude.yaml
influxdb:
username: !secret influxdb_user
password: !secret influxdb_password
max_retries: 3
default_measurement: state
exclude: !include configuration/exclude.yaml
fan: !include configuration/fan.yaml
input_select:
pioneer_source:
name: "Pioneer Source"
icon: "mdi:import"
options:
- "Google TV"
- "DVB-T2"
- "PC"
- "Radio FM"
- "Network"
- "Bluetooth"
# pc_power_mode:
# name: "PC power mode"
# options:
# - "Power on"
# - "Lock"
# - "Hibernate"
# - "Power off"
media_player: !include configuration/media_player.yaml
light: !include configuration/light.yaml
counter:
switches_enabled:
name: "Count enabled switches"
minimum: 0
input_boolean:
lights_dim:
name: Lights Dim
icon: "mdi:theme-light-dark"
lights_motion:
name: Lights Motion
icon: "mdi:motion"
presence_announce:
name: Presence Announce
icon: "mdi:human-greeting-variant"
presence_lights:
name: Presence Lights
icon: "mdi:lightbulb-auto"
presence_speakers:
name: Presence Speakers
icon: "mdi:speaker-multiple"
presence_stand_up:
name: Presence Stand Up
icon: "mdi:human-handsup"
shower:
name: Shower
icon: "mdi:shower-head"
fan_audio_cabinet_auto:
name: Fan Audio Cabinet - auto speed
icon: "mdi:fan-auto"
sensor:
- platform: time_date
display_options:
- 'time'
- 'date'
- platform: derivative
source: sensor.shower_humidity
name: Shower humidity derivative
# - platform: rest
# resource: http://ip.jsontest.com
# name: External IP
# value_template: "{{ value_json.ip }}"
#rest: !include configuration/rest_transport.yaml
template: !include configuration/template.yaml