Skip to content

Commit

Permalink
Bump Home Assistant Glow to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Oct 21, 2024
1 parent 816a00a commit 29abcbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home-assistant-glow/esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
substitutions:
device_name: home-assistant-glow
friendly_name: Home Assistant Glow
project_version: "4.2.1"
project_version: "4.2.2"
device_description: "Measure your energy consumption with the pulse LED on your smart meter - ESP32 Generic"

# Define the GPIO pins
Expand Down Expand Up @@ -37,7 +37,7 @@ esp32:
packages:
remote_package:
url: https://github.com/klaasnicolaas/home-assistant-glow/
ref: "4.2.1"
ref: "4.2.2"
files:
- components/basis.yaml
- components/updates.yaml
Expand Down
4 changes: 2 additions & 2 deletions home-assistant-glow/esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
substitutions:
device_name: home-assistant-glow
friendly_name: Home Assistant Glow
project_version: "4.2.1"
project_version: "4.2.2"
device_description: "Measure your energy consumption with the pulse LED on your smart meter - ESP8266 Generic"

# Define the GPIO pins
Expand All @@ -35,7 +35,7 @@ esp8266:
packages:
remote_package:
url: https://github.com/klaasnicolaas/home-assistant-glow/
ref: "4.2.1"
ref: "4.2.2"
files:
- components/basis.yaml
- components/updates.yaml
Expand Down

0 comments on commit 29abcbe

Please sign in to comment.