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'))