-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
45 lines (39 loc) · 1.13 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
# Loads default set of integrations. Do not remove.
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
logger:
default: info
#logs:
# homeassistant.components.cloud: warn
qsys_qrc:
cores:
# the name of the core must match the integration one
my_core:
platforms:
media_player:
- component: media_stream_receiver_1
- component: audio_player_doorbell_main
switch:
- component: bathroom_f2_gain
control: mute
device_class: switch
number:
- component: bathroom_f2_gain
control: gain
use_position: true
position_lower_limit: 0.30
position_upper_limit: 0.83333331
#unit_of_measurement: "%"
#- component: bathroom_f1_gain
# control: gain
# min: 0
# max: 100
# step: 0.1
# mode: slider
# change_template: "{{ round(100 * (math.pow(10, value/50)-0.01)/0.99, 1) }}"
# value_template: "{{ 50 * math.log(value/100*0.99+0.01, 10) }}"%