Skip to content

Commit a38cbbf

Browse files
committed
removed Inapproriate async declartion on native_value
1 parent bfd02ea commit a38cbbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/liebherr/number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545
self._attr_mode = NumberMode.SLIDER
4646

4747
@property
48-
async def native_value(self) -> float:
48+
def native_value(self) -> float:
4949
"""Light brightness."""
5050
return (
5151
self._control.target

0 commit comments

Comments
 (0)