diff --git a/attic-central.yaml b/attic-central.yaml new file mode 100644 index 0000000..5e1e1d0 --- /dev/null +++ b/attic-central.yaml @@ -0,0 +1,9 @@ +substitutions: + name: "attic-central" + friendly_name: "Attic central" + +esphome: + area: "Attic" + +packages: + device_base: !include templates/mystrom.yaml diff --git a/living-room-infra.yaml b/living-room-infra.yaml new file mode 100644 index 0000000..a907550 --- /dev/null +++ b/living-room-infra.yaml @@ -0,0 +1,9 @@ +substitutions: + name: "living-room-infra" + friendly_name: "Living room infra" + +esphome: + area: "Living room" + +packages: + device_base: !include templates/mystrom.yaml diff --git a/office-desk-south.yaml b/office-desk-south.yaml new file mode 100644 index 0000000..3c21f71 --- /dev/null +++ b/office-desk-south.yaml @@ -0,0 +1,9 @@ +substitutions: + name: "office-desk-south" + friendly_name: "Office desk south" + +esphome: + area: "Office" + +packages: + device_base: !include templates/mystrom.yaml diff --git a/reflash.sh b/reflash.sh index 3545a4c..65dd15d 100755 --- a/reflash.sh +++ b/reflash.sh @@ -31,6 +31,7 @@ for config in \ car-charger.yaml \ freezer.yaml \ living-room-entertainment.yaml \ + living-room-infra.yaml \ outdoor-equipment.yaml \ recirculation-pump.yaml \ storage-heater.yaml \ @@ -41,6 +42,8 @@ for config in \ child-east-ac.yaml \ spare-power-meter.yaml \ office-desk-north.yaml \ + office-desk-south.yaml \ + attic-central.yaml \ office-rack.yaml \ tools-power.yaml; do flash+=("${command?} ${config?}")