Skip to content

Commit 614b09d

Browse files
authored
Merge pull request #2 from jbouwh/fix-initialization
Fix initialization
2 parents e96e4c9 + 2168355 commit 614b09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ha-entity-cache/entitycache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Initialization class for AppDaemon (homeassistant)
99
class EntityCache(hass.Hass):
1010

11-
def initialize(self, *args, **kwargs):
11+
def initialize(self):
1212
self.log("Entity cache started")
1313
self.callback = {}
1414
self.state = {

0 commit comments

Comments
 (0)