created stages dir
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from appdaemon.adapi import ADAPI
|
||||
from appdaemon.plugins.hass import Hass
|
||||
|
||||
|
||||
class HelloWorld(ADAPI):
|
||||
class HelloWorld(Hass):
|
||||
def initialize(self):
|
||||
self.log("Hello from AppDaemon")
|
||||
self.log("You are now ready to run Apps!")
|
||||
self.log('Hello from AppDaemon')
|
||||
self.log('You are now ready to run Apps!')
|
||||
|
||||
self.get_history('ball1')
|
||||
|
||||
Reference in New Issue
Block a user