minimal_hydroponics_setup: add raspberry pi controller

This commit is contained in:
Sebastian Kuzminsky 2025-04-03 09:06:13 -06:00
parent 563998ab5c
commit 5befa9988e
6 changed files with 56 additions and 0 deletions

View file

@ -7,6 +7,7 @@ tasmota_power_outlet = { quantity = { amount=2 } }
hose_1_inch = { quantity = { amount=1, unit="Meter" } }
hose_1_2_inch = { quantity = { amount=1, unit="Meter" } }
nutrient_solution = { quantity = { amount=5, unit="Liter" } }
controller = {}
[dependencies]
operator = { skills=["assembly"] }