Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 3, 2024
1 parent f2d7fa5 commit 8986cad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/teslemetry/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ def native_max_value(self) -> float:

async def async_set_native_value(self, value: float) -> None:
"""Set new value."""
print(value)
await self.entity_description.func(self.api, value)
self.set((self.key, value))

0 comments on commit 8986cad

Please sign in to comment.