Give each mystrom a separate file

This allows to set friendly_name (required for default
entity) and make an area suggestion, while also simplifying
reflash.sh script.
This commit is contained in:
2024-01-25 19:36:32 +01:00
parent 6d6a2a269e
commit 0acd5c7d72
10 changed files with 75 additions and 33 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
substitutions:
# Change this via CLI with:
# $ esphome -s name tools run mystrom.yaml
# $ esphome -s name tools -s friendly_name Tools run mystrom.yaml
name: "spare-power-meter"
friendly_name: "Spare power meter"
esphome:
name: "${name}"
friendly_name: "${friendly_name}"
project:
name: "dasfoo.${name}"