Skip to content

Instantly share code, notes, and snippets.

@ianxtreem
Created March 13, 2020 15:52
Show Gist options
  • Save ianxtreem/9cfc74d1e6503fbea2e2e9d4315414bd to your computer and use it in GitHub Desktop.
Save ianxtreem/9cfc74d1e6503fbea2e2e9d4315414bd to your computer and use it in GitHub Desktop.
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