-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.yaml
57 lines (53 loc) · 1.39 KB
/
services.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
# Describes the format for available thermotec aeroflow services
update_date_time:
name: Update Date and Time
description: Update the Date and Time in all Modules.
set_window_open_detection:
name: Update Window Open Detection
description: Enable or Disable the Window Open Detection
target:
entity:
integration: thermotec_aeroflow
domain: climate
fields:
window_open_detection:
name: Window Open Detection
description: Enable or Disable the Window Open Detection.
default: false
selector:
boolean:
set_anti_freeze_temperature:
name: Set Anti Freeze Temperature
description: Set Anti Freeze target temperature
target:
entity:
integration: thermotec_aeroflow
domain: climate
fields:
anti_freeze_temperature:
name: Anti Freeze Temperature
description: Target temperature
default: 15
selector:
number:
min: 0
max: 17
unit_of_measurement: '°C'
set_temperature:
name: Set temperature
description: Set target temperature for device.
target:
entity:
integration: thermotec_aeroflow
domain: climate
fields:
temperature:
name: Temperature
description: New target temperature for heater.
required: true
selector:
number:
min: 1
max: 35
step: 0.5
unit_of_measurement: "°C"