Files
sarah/appdaemon/apps/hello.py
T
2020-05-16 14:17:27 +03:00

13 lines
197 B
Python
Executable File

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!")