infra/roles/hass-appdaemon/files/apps/helloworld.py

12 lines
144 B
Python

import hassapi
#
# Hello World App
#
# Args:
#
class HelloWorld(hassapi.Hass):
def initialize(self):
self.log("init: helloworld")