We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f9dd6 commit 9d513daCopy full SHA for 9d513da
1 file changed
appdaemon/entity.py
@@ -176,7 +176,6 @@ async def get_state(
176
"""
177
self.logger.debug("get state: %s, %s from %s", self.entity_id, self.namespace, self.name)
178
return await self.adapi.get_state(
179
- name=self.name,
180
namespace=self.namespace,
181
entity_id=self.entity_id,
182
attribute=attribute,
0 commit comments