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