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.")
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
test:
|
||||
module: test
|
||||
class: Test
|
||||
log_level: DEBUG
|
||||
log_level: DEBUG
|
||||
dependencies: companion_app
|
||||
Reference in New Issue
Block a user