Skip to content

Commit

Permalink
Merge pull request #7 from ApolloAutomation/FixProjectNames
Browse files Browse the repository at this point in the history
Update Project Names
  • Loading branch information
TrevorSchirmer authored Nov 7, 2024
2 parents 384d66c + 784e5a8 commit 780e2ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
substitutions:
name: apollo-h-1
version: "24.11.4.1"
device_description: ${name} made by Apollo Automation - version ${version}.
version: "24.11.7.1"

esp32:
board: esp32-c3-devkitm-1
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/H-1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
esphome:
name: "${name}"
name: "apollo-h-1"
friendly_name: Apollo H-1
comment: Apollo H-1
name_add_mac_suffix: true
Expand Down
8 changes: 4 additions & 4 deletions Integrations/ESPHome/H-1D.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
esphome:
name: "${name}"
friendly_name: Apollo H-1
comment: Apollo H-1
name: "apollo-h-1d"
friendly_name: Apollo H-1D
comment: Apollo H-1D
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio

project:
name: "ApolloAutomation.H-1"
name: "ApolloAutomation.H-1D"
version: "${version}"

min_version: 2023.11.1
Expand Down

0 comments on commit 780e2ce

Please sign in to comment.