Skip to content

Commit 9d513da

Browse files
committed
typo fix
1 parent b2f9dd6 commit 9d513da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

appdaemon/entity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ async def get_state(
176176
"""
177177
self.logger.debug("get state: %s, %s from %s", self.entity_id, self.namespace, self.name)
178178
return await self.adapi.get_state(
179-
name=self.name,
180179
namespace=self.namespace,
181180
entity_id=self.entity_id,
182181
attribute=attribute,

0 commit comments

Comments
 (0)