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