-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplants.yaml
55 lines (49 loc) · 1.24 KB
/
plants.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
esphome:
name: plants
platform: ESP32
board: esp32doit-devkit-v1
comment: Plant Data Collector
<<: !include includes/common.yaml
esp32_ble_tracker:
scan_parameters:
active: false
status_led:
pin:
number: GPIO2
sensor:
- platform: xiaomi_hhccjcy01
mac_address: 'C4:7C:8D:66:39:BD'
temperature:
name: "Foyer Temperature"
moisture:
name: "Foyer Plant Moisture"
illuminance:
name: "Foyer Illuminance"
conductivity:
name: "Foyer Plant Soil Conductivity"
battery_level:
name: "Foyer Plant Sensor Battery Level"
- platform: xiaomi_hhccjcy01
mac_address: 'C4:7C:8D:62:D4:B0'
temperature:
name: "Loft Temperature"
moisture:
name: "Loft Plant Moisture"
illuminance:
name: "Loft Illuminance"
conductivity:
name: "Loft Plant Soil Conductivity"
battery_level:
name: "Loft Plant Sensor Battery Level"
- platform: xiaomi_hhccjcy01
mac_address: 'C4:7C:8D:62:D4:CF'
temperature:
name: "Office Temperature"
moisture:
name: "Aloe Plant Moisture"
illuminance:
name: "Office Illuminance"
conductivity:
name: "Aloe Plant Soil Conductivity"
battery_level:
name: "Aloe Plant Sensor Battery Level"