From 6ddc71f04ac4e2ef2e02f451052af0e1d8d53ac8 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Fri, 6 Jun 2025 13:33:59 +0200 Subject: [PATCH] Add spare-power-meter esphome config Avoid forgetting to reflash it with latest config. --- reflash.sh | 1 + spare-power-meter.yaml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 spare-power-meter.yaml diff --git a/reflash.sh b/reflash.sh index 6e274de..d97a60a 100755 --- a/reflash.sh +++ b/reflash.sh @@ -39,6 +39,7 @@ for config in \ zigbee-coordinator-ch25.yaml \ child-west-ac.yaml \ child-east-ac.yaml \ + spare-power-meter.yaml \ tools-power.yaml; do flash+=("${command?} ${config?}") done diff --git a/spare-power-meter.yaml b/spare-power-meter.yaml new file mode 100644 index 0000000..70668c1 --- /dev/null +++ b/spare-power-meter.yaml @@ -0,0 +1,2 @@ +packages: + device_base: !include templates/mystrom.yaml