appd - Completed redesign of entity manager

This commit is contained in:
2018-12-28 21:47:23 +01:00
parent 301ea0304d
commit a070dc679f
7 changed files with 103 additions and 177 deletions

View File

@@ -0,0 +1,6 @@
import appdaemon.plugins.hass.hassapi as hass
class Base(hass.Hass):
def initialize(self):
if(getattr(super(), 'initialize', False)):
super().initialize()