Refactor desk outlet

This commit is contained in:
2020-05-16 14:17:27 +03:00
parent c89338f1a6
commit 0b2a695d5c
16 changed files with 1985 additions and 23 deletions
+12
View File
@@ -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!")