more complexity in the test cases

This commit is contained in:
John Lancaster
2024-08-09 17:54:20 -05:00
parent 03ebbcc1f0
commit 24dd2bfd3a
26 changed files with 140 additions and 507 deletions

View File

@@ -4,4 +4,8 @@ test_notifier:
module: variant
class: Variant
log_level: DEBUG
# dependencies: companion_app
# dependencies: companion_app
TestApp:
module: test_notify
class: TestNotifier

View File

@@ -3,7 +3,6 @@ from appdaemon.adapi import ADAPI
class Variant(TestNotifier, ADAPI):
def initialize(self):
self.adapi = self.get_ad_api()
self.log = self.adapi.log
super().initialize()
self.log('Variant of the TestNotifier')
# self.log(' VARIANT '.center(50, '*'))