mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-09 23:02:59 +00:00
Refactor desk outlet
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
import hassapi as hass
|
||||
#
|
||||
# Hello World App
|
||||
#
|
||||
# Args:
|
||||
#
|
||||
|
||||
class HelloWorld(hass.Hass):
|
||||
|
||||
def initialize(self):
|
||||
self.log("Hello from AppDaemon")
|
||||
self.log("You are now ready to run Apps!")
|
||||
Reference in New Issue
Block a user