Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tarontop committed Aug 18, 2024
1 parent dec6dae commit 4634e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v4.1.7
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v3.2.0
uses: esphome/build-action@v4.0.1
with:
yaml_file: ${{ matrix.file }}
2 changes: 1 addition & 1 deletion athom-energy-monitor-x2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
name: "athom-energy-monitor"
name: "athom-energy-monitor-x2"
friendly_name: "Athom Energy Monitor"
# Allows ESP device to be automatically lined to an 'Area' in Home Assistant. Typically used for areas such as 'Lounge Room', 'Kitchen' etc
room: ""
Expand Down
2 changes: 1 addition & 1 deletion athom-energy-monitor-x6.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
name: "athom-energy-monitor"
name: "athom-energy-monitor-x6"
friendly_name: "Athom Energy Monitor"
# Allows ESP device to be automatically lined to an 'Area' in Home Assistant. Typically used for areas such as 'Lounge Room', 'Kitchen' etc
room: ""
Expand Down

0 comments on commit 4634e25

Please sign in to comment.