-
Notifications
You must be signed in to change notification settings - Fork 16
/
balena.yml
34 lines (33 loc) · 1.01 KB
/
balena.yml
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
name: balenaPlant
description: >-
Use a Raspberry Pi, temperature, humidity, and moisture sensor to
automatically water your plants.
post-provisioning: >-
## Usage instructions
The default setting of this project is 45-60% soil moisture content, and a
pump delay of checking every ten minutes which typically helps many common
household plants. If you need to take care of a plant a special, specific way,
please consider forking this project.
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/balenalabs-incubator/balena-plant-saver'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/balenalabs-incubator/balena-plant-saver/master/logo.png
data:
applicationEnvironmentVariables:
- target_soil_moisture: 60
- target_soil_threshold: 15
- pump_delay: 15
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberry-pi
- raspberrypi3
- raspberrypi4-64
- fincm3
version: 0.2.8