Skip to content

Commit 9912b94

Browse files
committed
commented out stub
1 parent ec960b1 commit 9912b94

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

appdaemon/plugin_management.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,14 @@ async def remove_entity(self, namespace: str, entity: str) -> None:
126126
pass
127127

128128
# @abc.abstractmethod
129-
async def set_plugin_state(self):
130-
raise NotImplementedError
129+
# async def set_plugin_state(
130+
# self,
131+
# namespace: str,
132+
# entity_id: str,
133+
# state: Any | None = None,
134+
# attributes: Any | None = None,
135+
# ) -> dict[str, Any] | None:
136+
# pass
131137

132138
# @abc.abstractmethod
133139
async def fire_plugin_event(self):

0 commit comments

Comments
 (0)