Files
ad-test/conf/apps/hello.py
John Lancaster 3b750449eb initial commit
2024-08-10 13:43:05 -05:00

6 lines
145 B
Python

from appdaemon.adapi import ADAPI
class HelloWorld(ADAPI):
def initialize(self):
self.log(f'{self.__class__.__name__} Initialized')