added restaurant
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from appdaemon.adapi import ADAPI
|
||||
|
||||
from food import Eggs
|
||||
|
||||
class Restaurant(ADAPI):
|
||||
def initialize(self):
|
||||
self.log(f'{self.__class__.__name__} initialized with {Eggs}')
|
||||
@@ -0,0 +1,3 @@
|
||||
my_restaurant:
|
||||
module: restaurant
|
||||
class: Restaurant
|
||||
Reference in New Issue
Block a user