From 29abcbe1227c6b68c4120aab6ac8e03e0bc317c1 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 21 Oct 2024 20:32:39 +0200 Subject: [PATCH] Bump Home Assistant Glow to v4.2.2 --- home-assistant-glow/esp32.yaml | 4 ++-- home-assistant-glow/esp8266.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home-assistant-glow/esp32.yaml b/home-assistant-glow/esp32.yaml index 78114a03..916abbd3 100644 --- a/home-assistant-glow/esp32.yaml +++ b/home-assistant-glow/esp32.yaml @@ -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 @@ -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 diff --git a/home-assistant-glow/esp8266.yaml b/home-assistant-glow/esp8266.yaml index 6d96f964..f53f18bd 100644 --- a/home-assistant-glow/esp8266.yaml +++ b/home-assistant-glow/esp8266.yaml @@ -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 @@ -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