Skip to content

Commit

Permalink
Fix project template
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnED committed Jan 12, 2025
1 parent 64cee87 commit 220ea04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions muino-water-meter-esp32.factory.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 0 additions & 8 deletions muino-water-meter-esp32.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


# These substitutions allow the end user to override certain values
substitutions:
name: "muino-water-meter"
Expand All @@ -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:
Expand Down

0 comments on commit 220ea04

Please sign in to comment.