From b7bcfbf34f2d3705ce7f40d35fc3f6613db24fc9 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 28 Jul 2025 20:18:18 +0200 Subject: [PATCH] Add office-rack plug --- office-rack.yaml | 9 +++++++++ reflash.sh | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 office-rack.yaml diff --git a/office-rack.yaml b/office-rack.yaml new file mode 100644 index 0000000..97b9b6c --- /dev/null +++ b/office-rack.yaml @@ -0,0 +1,9 @@ +substitutions: + name: "office-rack" + friendly_name: "Office rack" + +esphome: + area: "Office" + +packages: + device_base: !include templates/mystrom.yaml diff --git a/reflash.sh b/reflash.sh index 66f4229..3545a4c 100755 --- a/reflash.sh +++ b/reflash.sh @@ -40,6 +40,8 @@ for config in \ child-west-ac.yaml \ child-east-ac.yaml \ spare-power-meter.yaml \ + office-desk-north.yaml \ + office-rack.yaml \ tools-power.yaml; do flash+=("${command?} ${config?}") done