Add garage-gate mystrom

This commit is contained in:
2026-04-09 17:30:23 +00:00
parent ee7a4426cf
commit 60ea2f0fca
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
substitutions:
name: "garage-gate"
friendly_name: "Garage gate"
esphome:
area: "Garage"
packages:
device_base: !include templates/mystrom.yaml
+1
View File
@@ -46,6 +46,7 @@ for config in \
office-rack.yaml \
radiation.yaml \
cat-feeder-cam.yaml \
garage-gate.yaml \
tools-power.yaml; do
flash+=("${command?} ${config?}")
done