created stages dir

This commit is contained in:
John Lancaster
2025-11-21 21:54:54 -06:00
parent d6941f8c7c
commit 76027f6fc5
6 changed files with 102 additions and 58 deletions

View File

@@ -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')