diff --git a/garage-gate.yaml b/garage-gate.yaml new file mode 100644 index 0000000..258c271 --- /dev/null +++ b/garage-gate.yaml @@ -0,0 +1,9 @@ +substitutions: + name: "garage-gate" + friendly_name: "Garage gate" + +esphome: + area: "Garage" + +packages: + device_base: !include templates/mystrom.yaml diff --git a/reflash.sh b/reflash.sh index 2f255be..75bc165 100755 --- a/reflash.sh +++ b/reflash.sh @@ -46,6 +46,7 @@ for config in \ office-rack.yaml \ radiation.yaml \ cat-feeder-cam.yaml \ + garage-gate.yaml \ tools-power.yaml; do flash+=("${command?} ${config?}") done