appd - Completed redesign of entity manager
This commit is contained in:
6
appdaemon/apps/helpers/base.py
Normal file
6
appdaemon/apps/helpers/base.py
Normal 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()
|
||||
Reference in New Issue
Block a user