-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
executable file
·104 lines (103 loc) · 2.65 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
homeassistant:
name: Casa
latitude: 45.437164
longitude: 10.970851
elevation: 64
unit_system: metric
time_zone: Europe/Rome
customize: !include includes/customize.yaml
packages: !include_dir_named packages
config:
hassio:
updater:
discovery:
sun:
dialogflow:
ffmpeg:
media_extractor:
downloader:
download_dir: www
logbook:
exclude:
entities:
- sensor.speedtest
- sensor.date_countdown
- sensor.wunderground
- sensor.darksky
- sensor.systemmonitor
domains:
- sun
- ffmpeg
- camera
- android_ip_webcam
- device_tracker
- intent_script
- zone
- weblink
- history_graph
- panel_iframe
- script
- input_boolean
- input_number
logger:
default: critical
logs:
custom_components.sensor.broadlink_s1c: debug
homeassistant.components: info
homeassistant.components.http: debug
homeassistant.components.dialogflow: debug
recorder:
purge_interval: 2
purge_keep_days: 3
http:
server_port: 8123
base_url: !secret base_url_site
ip_ban_enabled: True
login_attempts_threshold: 5
api_password: !secret http_password
trusted_networks:
- 127.0.0.1
- ::1
- 192.168.1.0/24
- 192.168.0.0/24
tts:
- platform: google
cache: true
cache_dir: /config/www/vl/voice
mqtt:
broker: core-mosquitto
username: !secret mqtt_username
password: !secret mqtt_password
port: 1883
client_id: home-assistant-1
keepalive: 60
protocol: 3.1
############
# Includes
############
alarm_control_panel: !include includes/alarm.yaml
android_ip_webcam: !include includes/android_ip_webcams.yaml
automation: !include includes/automations.yaml
binary_sensor: !include includes/binary_sensor.yaml
camera: !include includes/cameras.yaml
device_tracker: !include includes/device_trackers.yaml
frontend: !include includes/frontend.yaml
group: !include includes/groups.yaml
history: !include includes/history.yaml
history_graph: !include includes/history_graph.yaml
ifttt: !include includes/ifttt.yaml
input_boolean: !include includes/input_boolean.yaml
input_number: !include includes/input_number.yaml
input_select: !include includes/input_select.yaml
intent_script: !include includes/intent_scripts.yaml
light: !include includes/light.yaml
media_player: !include includes/media_players.yaml
notify: !include includes/notify.yaml
panel_iframe: !include includes/panel_iframes.yaml
scene: !include includes/scenes.yaml
script: !include includes/scripts.yaml
sensor: !include includes/sensors.yaml
switch: !include includes/switches.yaml
weblink: !include includes/weblinks.yaml
zone: !include includes/zones.yaml
#cloud: !include includes/cloud.yaml