Add a few more mystrom meters

This commit is contained in:
2025-07-31 18:23:21 +02:00
parent b7bcfbf34f
commit 2f29bb48d3
4 changed files with 30 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
substitutions:
name: "attic-central"
friendly_name: "Attic central"
esphome:
area: "Attic"
packages:
device_base: !include templates/mystrom.yaml
+9
View File
@@ -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
+9
View File
@@ -0,0 +1,9 @@
substitutions:
name: "office-desk-south"
friendly_name: "Office desk south"
esphome:
area: "Office"
packages:
device_base: !include templates/mystrom.yaml
+3
View File
@@ -31,6 +31,7 @@ for config in \
car-charger.yaml \ car-charger.yaml \
freezer.yaml \ freezer.yaml \
living-room-entertainment.yaml \ living-room-entertainment.yaml \
living-room-infra.yaml \
outdoor-equipment.yaml \ outdoor-equipment.yaml \
recirculation-pump.yaml \ recirculation-pump.yaml \
storage-heater.yaml \ storage-heater.yaml \
@@ -41,6 +42,8 @@ for config in \
child-east-ac.yaml \ child-east-ac.yaml \
spare-power-meter.yaml \ spare-power-meter.yaml \
office-desk-north.yaml \ office-desk-north.yaml \
office-desk-south.yaml \
attic-central.yaml \
office-rack.yaml \ office-rack.yaml \
tools-power.yaml; do tools-power.yaml; do
flash+=("${command?} ${config?}") flash+=("${command?} ${config?}")