mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-26 13:17:34 +02:00
Upgrade LBCAlerte to version 3.3
Add upgrade script
This commit is contained in:
@ -27,6 +27,10 @@ class AdapterFactory
|
||||
return new Adapter\Pushbullet($options);
|
||||
case "pushover":
|
||||
return new Adapter\Pushover($options);
|
||||
case "joaoappsjoin":
|
||||
return new Adapter\Joaoappsjoin($options);
|
||||
case "slack":
|
||||
return new Adapter\Slack($options);
|
||||
}
|
||||
throw new \Exception("No service available");
|
||||
}
|
||||
|
Reference in New Issue
Block a user