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
+4
View File
@@ -0,0 +1,4 @@
hello_world:
module: hello
class: HelloWorld
+4
View File
@@ -0,0 +1,4 @@
hello_world:
module: hello
class: HelloWorld
+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!")
+14
View File
@@ -0,0 +1,14 @@
#
# Main arguments, all optional
#
title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
label:
widget_type: label
text: Hello World
layout:
- label(2x2)