Skip to content

Commit 938d39b

Browse files
authored
Merge pull request #2260 from AppDaemon/get_state
typo fix
2 parents b2f9dd6 + 9d513da commit 938d39b

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)