renamed to notification

This commit is contained in:
John Lancaster
2024-06-06 21:29:20 -05:00
parent be232b4338
commit 207c0d95c6
4 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
from appdaemon.adapi import ADAPI
class Notification:
def __init__(self, ad: ADAPI) -> None:
self.ad = ad
self.ad.logger.info(' NEW LOG LINE '.center(50, '='))