We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d7fa5 commit 8986cadCopy full SHA for 8986cad
custom_components/teslemetry/number.py
@@ -144,6 +144,5 @@ def native_max_value(self) -> float:
144
145
async def async_set_native_value(self, value: float) -> None:
146
"""Set new value."""
147
- print(value)
148
await self.entity_description.func(self.api, value)
149
self.set((self.key, value))
0 commit comments