From 220ea04bc120901f7808d607b352ae140456965f Mon Sep 17 00:00:00 2001 From: martijn Date: Sun, 12 Jan 2025 16:22:48 +0100 Subject: [PATCH] Fix project template --- muino-water-meter-esp32.factory.yaml | 4 ++-- muino-water-meter-esp32.yaml | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/muino-water-meter-esp32.factory.yaml b/muino-water-meter-esp32.factory.yaml index 6ec3845..a1cbd8e 100644 --- a/muino-water-meter-esp32.factory.yaml +++ b/muino-water-meter-esp32.factory.yaml @@ -1,12 +1,12 @@ packages: # Include all of the core configuration - core: !include project-template-esp32-c3.yaml + core: !include muino-water-meter-esp32.yaml esphome: # This will allow for project identification, # configuration and updates. project: - name: esphome.project-template + name: esphome.muino-water-meter version: dev # This will be replaced by the github workflows with the `release` version # This should point to the public location of the yaml file that will be adopted. diff --git a/muino-water-meter-esp32.yaml b/muino-water-meter-esp32.yaml index 3f788c1..6739cc6 100644 --- a/muino-water-meter-esp32.yaml +++ b/muino-water-meter-esp32.yaml @@ -1,5 +1,3 @@ - - # These substitutions allow the end user to override certain values substitutions: name: "muino-water-meter" @@ -12,12 +10,6 @@ esphome: platformio_options: board_build.flash_mode: "dio" - # This will allow for (future) project identification, - # configuration and updates. - project: - name: esphome.muino-water-meter - version: "3.0.4" - esp32: board: seeed_xiao_esp32c3 framework: