Alter ESPHome Author

This commit is contained in:
Jesse Hills 2024-04-23 15:06:32 +12:00 committed by Steffen Lange
parent 1c3fc3d868
commit a2665facaf

View file

@ -2,7 +2,7 @@
class ESPHome extends PatchBase { class ESPHome extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Jesse Hills', 'ESPHome', 'https://esphome.io/'); parent::__construct('ESPHome Developers', 'ESPHome', 'https://esphome.io/');
} }
function check() : bool { function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/esphome/esphome/releases/latest')) if ($this->fetch_json('https://api.github.com/repos/esphome/esphome/releases/latest'))