more complexity in the test conf

This commit is contained in:
John Lancaster
2024-07-07 17:17:11 -05:00
parent 6904ac30d5
commit 3481ff7976
15 changed files with 733 additions and 30 deletions

View File

@@ -4,4 +4,5 @@ from appdaemon.adapi import ADAPI
class Database:
def __init__(self, ad: ADAPI) -> None:
self.ad = ad
# self.ad.logger.info(' NEW LOG LINE '.center(50, '='))
# self.ad.logger.info(' NEW LOG LINE Database '.center(50, '='))
# self.ad.call_service()