-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
111 lines (82 loc) · 1.71 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
# /config/configuration.yaml
default_config:
automation: !include automations.yaml
scene: !include scenes.yaml
script: !include scripts.yaml
###
tts:
- platform: google_translate
language: "pt"
tld: "pt"
###
logger:
default: info
logs:
pychromecast.socket_client: notset
# homeassistant.components.utility_meter: debug
# homeassistant.components.modbus: debug
# pymodbus.client: debug
# custom_components.modbus.modbus: debug
###
homeassistant:
customize: !include customize.yaml
packages: !include_dir_named pkg/active/
###
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.0.0/16
###
recorder:
purge_keep_days: 3
db_url: sqlite:////config/DB/database
#db_url: mysql://hassio:hassio@core-mariadb/homeassistant?charset=utf8mb4
#exclude:
# entities:
# - sensor.eb1_esp_clock
# - sensor.eb3_esp_clock
# entity_globs:
# - sensor.eb1_clock*
# - sensor.eb3_clock*
###
intent_script:
hello:
speech:
text: "Hi there!"
###
#sensor monitor:
#
# - platform: systemmonitor
# resources:
# - type: disk_free
# - type: memory_free
# - type: processor_use
###
mqtt:
#
sensor:
#
- name: "Windows CPU Usage"
unique_id: "win_pc_cpu"
state_topic: "windows/pc/cpu_usage"
value_template: >-
{% set x = value|int(0) %}
{% if x < 101 %}
{{ x }}
{% endif %}
unit_of_measurement: "%"
state_class: measurement
icon: mdi:gauge
###
###
#device_tracker:
# - platform: bluetooth_le_tracker
# track_new_devices: false
#notify:
# - name: loadprofile
# platform: file
# filename: /config/loadprofile-1.csv
# timestamp: true
###
##
#