renamed to notification
This commit is contained in:
7
apps/app1/notification.py
Normal file
7
apps/app1/notification.py
Normal 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, '='))
|
||||
Reference in New Issue
Block a user