forked from BeardedTinker/Home-Assistant_Config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplants_monitor.yaml
34 lines (33 loc) · 1.04 KB
/
plants_monitor.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
####
# Plant monitor integration. Using LilyGO HiGrow board with pesor firmware
# https://www.home-assistant.io/integrations/plant
#####
plant: !include_dir_merge_named ../entities/plants
# cherry_tomatoes:
# sensors:
# moisture: sensor.cherry_tomatoes_soil
# battery: sensor.cherry_tomatoes_battery
# temperature: sensor.cherry_tomatoes_temperature
# conductivity: sensor.cherry_tomatoes_fertilizer
# brightness: sensor.cherry_tomatoes_lux
# min_moisture: 60
# max_moisture: 85
# min_battery: 5
# min_conductivity: 1
# min_temperature: 7
# min_brightness: 500
# check_days: 3
# ficus_benjamina:
# sensors:
# moisture: sensor.ficus_benjamina_soil
# battery: sensor.ficus_benjamina_battery
# temperature: sensor.ficus_benjamina_temperature
# conductivity: sensor.ficus_benjamina_fertilizer
# brightness: sensor.ficus_benjamina_lux
# min_moisture: 30
# max_moisture: 75
# min_battery: 5
# min_conductivity: 1
# min_temperature: 19
# min_brightness: 500
# check_days: 3