We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd02ea commit a38cbbfCopy full SHA for a38cbbf
1 file changed
custom_components/liebherr/number.py
@@ -45,7 +45,7 @@ def __init__(
45
self._attr_mode = NumberMode.SLIDER
46
47
@property
48
- async def native_value(self) -> float:
+ def native_value(self) -> float:
49
"""Light brightness."""
50
return (
51
self._control.target
0 commit comments