Alter ESPHome Author
This commit is contained in:
parent
1c3fc3d868
commit
a2665facaf
1 changed files with 1 additions and 1 deletions
|
|
@ -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'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue