Created
March 13, 2020 15:52
-
-
Save ianxtreem/9cfc74d1e6503fbea2e2e9d4315414bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hassapi as hassapi | |
''' | |
Hello World App | |
Args: | |
''' | |
class HelloWorld(): | |
def initialize(self): | |
self.log('Hello from Appdaemon') | |
self.log('You are now ready to run apps') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment