-
Notifications
You must be signed in to change notification settings - Fork 0
/
warm-floor.yaml
54 lines (45 loc) · 928 Bytes
/
warm-floor.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
substitutions:
device_name: warm-floor
packages:
device_common: !include .device_common.yaml
esphome:
name: ${device_name}
platform: ESP8266
board: esp01_1m
external_components:
- source: github://pr#6568
components: ['tuya']
logger:
baud_rate: 0
uart:
rx_pin: GPIO3
tx_pin: GPIO1
baud_rate: 9600
tuya:
time_id: sntp_time
status_pin:
number: 14
inverted: true
climate:
- platform: tuya
name: "Warm floor"
switch_datapoint: 1
target_temperature_datapoint: 16
target_temperature_multiplier: 1.0
current_temperature_datapoint: 24
current_temperature_multiplier: 0.1
active_state:
datapoint: 36
heating_value: 0
switch:
- platform: "tuya"
name: "Warm floor lock"
switch_datapoint: 40
select:
- platform: "tuya"
name: "Warm floor sensor selection"
enum_datapoint: 43
options:
0: Internal
1: Floor
2: Both