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