Add office-rack plug

This commit is contained in:
2025-07-28 20:18:18 +02:00
parent 20f8569881
commit b7bcfbf34f
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
substitutions:
name: "office-rack"
friendly_name: "Office rack"
esphome:
area: "Office"
packages:
device_base: !include templates/mystrom.yaml
+2
View File
@@ -40,6 +40,8 @@ for config in \
child-west-ac.yaml \ child-west-ac.yaml \
child-east-ac.yaml \ child-east-ac.yaml \
spare-power-meter.yaml \ spare-power-meter.yaml \
office-desk-north.yaml \
office-rack.yaml \
tools-power.yaml; do tools-power.yaml; do
flash+=("${command?} ${config?}") flash+=("${command?} ${config?}")
done done