renamed to notification
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from app1.database import Database
|
||||
from app1.notification import Notification
|
||||
from appdaemon.adbase import ADBase
|
||||
|
||||
|
||||
class Test(ADBase):
|
||||
def initialize(self):
|
||||
self.adapi = self.get_ad_api()
|
||||
self.database = Database(self.adapi)
|
||||
self.notification = Notification(self.adapi)
|
||||
# self.notify.send("Test message from Test2 app.")
|
||||
|
||||
Reference in New Issue
Block a user