Skip to content

Commit

Permalink
Update entity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Oct 1, 2024
1 parent c553fd2 commit bd837e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hahomematic/platforms/generic/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
ParamsetKey,
)
from hahomematic.platforms import device as hmd, entity as hme
from hahomematic.platforms.decorators import service
from hahomematic.platforms.support import (
EntityNameData,
GenericParameterType,
Expand Down Expand Up @@ -89,6 +90,7 @@ async def event(self, value: Any) -> None:
event_data=self.get_event_data(new_value),
)

@service()
async def send_value(
self,
value: InputParameterT,
Expand Down

0 comments on commit bd837e8

Please sign in to comment.