initial commit
This commit is contained in:
5
conf/apps/hello.py
Normal file
5
conf/apps/hello.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from appdaemon.adapi import ADAPI
|
||||
|
||||
class HelloWorld(ADAPI):
|
||||
def initialize(self):
|
||||
self.log(f'{self.__class__.__name__} Initialized')
|
||||
Reference in New Issue
Block a user