From a2665facaf306abdcf3503f326fd10a6450ac755 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:06:32 +1200 Subject: [PATCH] Alter ESPHome Author --- modules/ESPHome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ESPHome.php b/modules/ESPHome.php index 27e269d..7b87c20 100644 --- a/modules/ESPHome.php +++ b/modules/ESPHome.php @@ -2,7 +2,7 @@ class ESPHome extends PatchBase { function __construct() { - parent::__construct('Jesse Hills', 'ESPHome', 'https://esphome.io/'); + parent::__construct('ESPHome Developers', 'ESPHome', 'https://esphome.io/'); } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/esphome/esphome/releases/latest'))